Skip to content

Commit 9c63dc5

Browse files
Create FEATURE.yml
1 parent 113d59f commit 9c63dc5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/FEATURE.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature Request
2+
description: Request a feature
3+
title: "[Feature]: "
4+
labels: [feature]
5+
assignees:
6+
- taylorjdawson
7+
- aaronbarnardsound
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this feature request!
13+
- type: textarea
14+
attributes:
15+
label: Is your request related to a problem?
16+
description: A clear and concise description of what the problem is.
17+
validations:
18+
required: false
19+
- type: textarea
20+
attributes:
21+
label: Feature Description
22+
description: A clear and concise description of what you want to happen.
23+
validations:
24+
required: false
25+
- type: textarea
26+
attributes:
27+
label: Alternaive Solutions
28+
description: Let us know about other solutions you've tried or researched.
29+
validations:
30+
required: false
31+
- type: textarea
32+
attributes:
33+
label: Anything else?
34+
description: |
35+
Links? References? Images? Anything that will give us more context about the feature you are requesting!
36+
37+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
38+
validations:
39+
required: false

0 commit comments

Comments
 (0)