Skip to content

Commit 3fce44f

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

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Feature Request
2+
description: Suggest an idea for ATSyntaxTools.
3+
title: "[Feature Request]: "
4+
labels: ["new feature"]
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 feature 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-feature-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: library-examples
38+
attributes:
39+
label: Library Examples
40+
description: Are there any libraries that have similar features to what you're thinking of? If so, write them down here.
41+
- type: textarea
42+
id: additional-context
43+
attributes:
44+
label: Additional Context
45+
description: Add any other context about the issue here.

0 commit comments

Comments
 (0)