File tree Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 11name : 🚀 Feature request
22description : Suggest an idea for this project
3- title : " < One feature request per issue> "
3+ title : One feature request per issue
44labels : ['type: feature']
55body :
66 - type : textarea
Original file line number Diff line number Diff line change 1+ name : non-core improvement proposal
2+ description : Suggest an idea for this project
3+ title : Idea
4+ labels : ['type: refactor']
5+ body :
6+ - type : checkboxes
7+ id : type
8+ attributes :
9+ label : Type
10+ options :
11+ - label : Refactor
12+ - label : Test
13+ - type : textarea
14+ id : why
15+ attributes :
16+ label : Why?
17+ description : |
18+ A clear and concise description of why you want to propose this improvement.
19+ validations :
20+ required : true
21+ - type : textarea
22+ id : additional-context
23+ attributes :
24+ label : Additional context
25+ description : |
26+ If applicable, add context that helps us understand the idea better.
Original file line number Diff line number Diff line change 1+ name : 🤔 Question
2+ description : |
3+ Letting us know your question will help us improve the project or document.
4+ If you think it is a bug, please use the bug report template instead.
5+ title : Your question
6+ labels : ['type: question']
7+ body :
8+ - type : textarea
9+ id : question
10+ attributes :
11+ label : Question
12+ description : |
13+ A clear description of your question.
14+ validations :
15+ required : true
16+ - type : textarea
17+ id : additional-context
18+ attributes :
19+ label : Additional context
20+ description : |
21+ If applicable, add context that helps us understand your question better.
You can’t perform that action at this time.
0 commit comments