File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Suggest a new feature or enhancement
3+ title : " [FEATURE] "
4+ labels : [enhancement]
5+ assignees : []
6+
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thank you for contributing ideas to improve this project!
12+
13+ - type : input
14+ id : motivation
15+ attributes :
16+ label : Motivation
17+ description : Why is this feature needed?
18+ placeholder : " e.g., Easier CSV export"
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : proposal
24+ attributes :
25+ label : Feature Description
26+ description : Describe the functionality you'd like to see.
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : alternatives
32+ attributes :
33+ label : Alternatives Considered
34+ description : Have you considered other ways to solve the problem?
Original file line number Diff line number Diff line change 1+ name : General question or feedback
2+ description : Ask a question or provide feedback
3+ title : " [DISCUSSION] "
4+ labels : [question]
5+ assignees : []
6+
7+ body :
8+ - type : textarea
9+ id : content
10+ attributes :
11+ label : What would you like to ask or share?
12+ placeholder : Your message or feedback...
13+ validations :
14+ required : true
You can’t perform that action at this time.
0 commit comments