File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " Feature Request"
2+ description : " Submit a new feature request"
3+ title : " [Feature Request]: "
4+ type : Feature
5+
6+ body :
7+ - type : textarea
8+ id : description
9+ attributes :
10+ label : " Description"
11+ description : " Provide a detailed description of the request, including the problem it solves and any relevant context."
12+ validations :
13+ required : true
14+
15+ - type : checkboxes
16+ id : security-requirement
17+ attributes :
18+ label : " Is this request a Security Requirement?"
19+ description : " If you select 'Yes,' please add the 'security-requirement' label."
20+ options :
21+ - label : " Yes"
22+
23+ - type : dropdown
24+ id : priority
25+ attributes :
26+ label : " Priority"
27+ description : " Select the priority level of this request."
28+ options :
29+ - High
30+ - Medium
31+ - Low
32+ validations :
33+ required : true
34+
35+ - type : input
36+ id : related_issues
37+ attributes :
38+ label : " Related Issues (Optional)"
39+ description : " Link any related GitHub issues."
40+ placeholder : " e.g., #123, #456"
41+
42+ - type : textarea
43+ id : additional_notes
44+ attributes :
45+ label : " Additional Notes (Optional)"
46+ description : " Provide any extra information or concerns regarding this request."
You can’t perform that action at this time.
0 commit comments