File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Feature Enhancement
2+ description : Suggest an enhancement to an existing feature for ATSyntaxTools.
3+ title : " [Feature Enhancement]: "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : >
9+ Thanks for taking the time to fill out this form! If this is for an issue, please go back and select "Bug Report" or "Documentation Issue."
10+ - type : input
11+ id : summary
12+ attributes :
13+ label : Summary
14+ description : Summarize the enhancement in one or two sentences.
15+ - type : textarea
16+ id : pain-points
17+ attributes :
18+ label : Pain points
19+ description : Explain in detail what pain points you're trying to solve.
20+ validations :
21+ required : true
22+ - type : textarea
23+ id : alts
24+ attributes :
25+ label : Considered Alternatives
26+ description : What alternative solutions did you consider and how did they fall short of your expectations?
27+ - type : dropdown
28+ id : is-enhancement-breaking-change
29+ attributes :
30+ label : Is this a breaking change?
31+ options :
32+ - ' Yes'
33+ - ' No'
34+ validations :
35+ required : true
36+ - type : textarea
37+ id : additional-context
38+ attributes :
39+ label : Additional Context
40+ description : Add any other context about the issue here.
You can’t perform that action at this time.
0 commit comments