File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Custom Issue
2+ description : Custom issue template
3+ title : " Issue: "
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ **Note:** For Bug Reports or Feature Requests, please use the dedicated forms instead of this custom issue template.
9+ - type : textarea
10+ id : custom-description
11+ attributes :
12+ label : Description
13+ description : A clear and detailed description of the issue.
14+ placeholder : Please use provide a detailed and specific description of your issue.
15+ validations :
16+ required : true
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest a new feature or improvement
3+ title : " Feature: "
4+ labels : ["feature"]
5+ body :
6+ - type : textarea
7+ id : problem-description
8+ attributes :
9+ label : Is your feature request related to a problem? Please describe.
10+ description : A clear and concise description of what the problem is.
11+ placeholder : Describe the problem your feature request addresses.
12+ validations :
13+ required : true
14+ - type : textarea
15+ id : solution-description
16+ attributes :
17+ label : Describe the solution you'd like
18+ description : A clear and concise description of what you want to happen.
19+ placeholder : Describe your proposed solution.
20+ validations :
21+ required : true
22+ - type : textarea
23+ id : alternatives
24+ attributes :
25+ label : Describe alternatives you've considered
26+ description : A clear and concise description of any alternative solutions or features you've considered.
27+ placeholder : List any alternative solutions or features.
28+ validations :
29+ required : false
30+ - type : textarea
31+ id : additional-context
32+ attributes :
33+ label : Additional context
34+ description : Add any other context or screenshots about the feature request here.
35+ placeholder : Any additional information or screenshots.
36+ validations :
37+ required : false
You can’t perform that action at this time.
0 commit comments