@@ -3,14 +3,14 @@ description: "Suggest a new feature"
33title : " [FEATURE] <title>"
44labels : ["enhancement"]
55body :
6- - type : checkboxes
7- attributes :
8- label : " Is there an existing issue for this?"
9- description : " Please search to see if an issue already exists for the bug you encountered."
10- options :
11- - label : " I have searched the existing issues"
12- required : true
13- - type : dropdown
6+ - type : checkboxes
7+ attributes :
8+ label : " Is there an existing issue for this?"
9+ description : " Please search to see if an issue already exists for the bug you encountered."
10+ options :
11+ - label : " I have searched the existing issues"
12+ required : true
13+ - type : dropdown
1414 id : type
1515 attributes :
1616 label : " What type of enhancement are you suggesting?"
@@ -19,28 +19,28 @@ body:
1919 - Elevate project-specific component to shared
2020 - Brand new component
2121 - Other
22- - type : textarea
23- attributes :
24- label : " Is your feature request related to a problem? Please describe."
25- description : " A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
26- validations :
27- required : false
28- - type : textarea
29- attributes :
30- label : " Describe the solution you'd like"
31- description : " A clear and concise description of what you want to happen."
32- validations :
33- required : false
34- - type : textarea
35- attributes :
36- label : " Describe alternatives you've considered"
37- description : " A clear and concise description of any alternative solutions or features you've considered."
38- validations :
39- required : false
40- - type : textarea
41- attributes :
42- label : " Additional context"
43- description : |
44- Add any other context or screenshots about the feature request here.
45- validations :
46- required : false
22+ - type : textarea
23+ attributes :
24+ label : " Is your feature request related to a problem? Please describe."
25+ description : " A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
26+ validations :
27+ required : false
28+ - type : textarea
29+ attributes :
30+ label : " Describe the solution you'd like"
31+ description : " A clear and concise description of what you want to happen."
32+ validations :
33+ required : false
34+ - type : textarea
35+ attributes :
36+ label : " Describe alternatives you've considered"
37+ description : " A clear and concise description of any alternative solutions or features you've considered."
38+ validations :
39+ required : false
40+ - type : textarea
41+ attributes :
42+ label : " Additional context"
43+ description : |
44+ Add any other context or screenshots about the feature request here.
45+ validations :
46+ required : false
0 commit comments