File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ name : π Feature
2+ description : " Submit a proposal for a new feature"
3+ title : " π Feature: "
4+ labels : [feature]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out our feature request form π
10+ - type : textarea
11+ id : feature-description
12+ validations :
13+ required : true
14+ attributes :
15+ label : " π Feature description"
16+ description : " A clear and concise description of what the feature is."
17+ placeholder : " You should add ..."
18+ - type : textarea
19+ id : pitch
20+ validations :
21+ required : true
22+ attributes :
23+ label : " π€ Pitch"
24+ description : " Please explain why this feature should be implemented and how it would be used. Add examples, if applicable."
25+ placeholder : " In my use-case, ..."
26+ - type : checkboxes
27+ id : no-duplicate-issues
28+ attributes :
29+ label : " π Have you spent some time to check if this issue has been raised before?"
30+ description : " Have you Googled for a similar issue or checked our older issues for a similar bug?"
31+ options :
32+ - label : " I checked and didn't find similar issue"
33+ required : true
You canβt perform that action at this time.
0 commit comments