File tree Expand file tree Collapse file tree 2 files changed +35
-20
lines changed Expand file tree Collapse file tree 2 files changed +35
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : 💡 Feature Request
2
+ description : Suggest an interesting feature idea for this project
3
+ title : " 💡[FEATURE] <title>"
4
+ labels : ["enhancement", "goal: addition"]
5
+ body :
6
+ - type : textarea
7
+ id : description
8
+ attributes :
9
+ label : Description
10
+ description : A clear and concise description of features you want to add.
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ id : screenshots
15
+ attributes :
16
+ label : Screenshots
17
+ description : Include relevant screenshots if applicable
18
+ validations :
19
+ required : false
20
+ - type : checkboxes
21
+ id : no-duplicate-issues
22
+ attributes :
23
+ label : " Checklist"
24
+ options :
25
+ - label : " I have checked the existing issues."
26
+ required : true
27
+
28
+ - label : " I have read the Contributing Guidelines"
29
+ required : true
30
+
31
+ - label : " I have read the Code Of Conduct"
32
+ required : true
33
+
34
+ - label : " The changes don't break the code"
35
+ required : true
You can’t perform that action at this time.
0 commit comments