File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " Request new Feature"
2+ description : " Provide supporting details for an enhancement for the library."
3+ title : " [Feature]: "
4+ labels : ["kind/enhancement"]
5+ body :
6+ - type : textarea
7+ id : feature
8+ attributes :
9+ label : Suggested Behavior
10+ description : What would you like to be added?
11+ validations :
12+ required : true
13+
14+ - type : textarea
15+ id : rationale
16+ attributes :
17+ label : Why is this needed?
18+ validations :
19+ required : true
20+
21+ - type : textarea
22+ id : references
23+ attributes :
24+ label : References
25+ description : |
26+ Where possible, please supply links to documentations that give additional context.
27+ validations :
28+ required : false
29+
30+ - type : dropdown
31+ id : will_contribute
32+ attributes :
33+ label : Would you like to implement a feature?
34+ description : |
35+ If you plan to implement a feature for this.
36+ options :
37+ - " No"
38+ - " Yes"
39+ validations :
40+ required : false
You can’t perform that action at this time.
0 commit comments