Skip to content

Commit 8f3c178

Browse files
authored
Create feature_enhancement.yml
Signed-off-by: Christopher Jr Riley <chrisjr@cjrriley.com>
1 parent 740ab69 commit 8f3c178

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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.

0 commit comments

Comments
 (0)