File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Request a feature that enhances the project
3+ title : ' [FEATURE] <description>'
4+ labels : ["✨ goal: improvement"]
5+ body :
6+ - type : textarea
7+ id : description
8+ attributes :
9+ label : Description of the feature
10+ description : A brief description of the feature, and why is it necessary
11+ validations :
12+ required : true
13+ - type : input
14+ id : priority
15+ attributes :
16+ label : Priority
17+ description : How important / urgent is this feature?
18+ validations :
19+ required : false
20+ - type : textarea
21+ id : screenshots
22+ attributes :
23+ label : Screenshots
24+ description : Provide screenshots if applicable
25+ validations :
26+ required : false
27+ - type : textarea
28+ id : extrainfo
29+ attributes :
30+ label : Additional context
31+ description : Add any other context about the problem here.
32+ validations :
33+ required : false
34+ - type : markdown
You can’t perform that action at this time.
0 commit comments