Skip to content

Commit c598c39

Browse files
committed
Added .github/ISSUE_TEMPLATE/feature_request.yaml
1 parent 8338c69 commit c598c39

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: "[Feature] <title>"
4+
labels: [enhancement]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this feature request!
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: Is your feature request related to a problem? Please describe.
15+
description: |
16+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17+
placeholder: Tell us what you see!
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: requests
22+
attributes:
23+
label: Describe the solution you'd like?
24+
description: A clear and concise description of what you want to happen.
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: alternative
29+
attributes:
30+
label: Describe alternatives you've considered?
31+
description: A clear and concise description of any alternative solutions or features you've considered.
32+
validations:
33+
required: false
34+
- type: textarea
35+
attributes:
36+
label: Anything else?
37+
description: |
38+
Links? or References?
39+
40+
Add any other context or screenshots about the feature request here.
41+
42+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
43+
validations:
44+
required: false
45+
- type: checkboxes
46+
id: terms
47+
attributes:
48+
label: Code of Conduct
49+
description: By submitting this issue, you agree to follow our [Code of Conduct](./CODE_OF_CONDUCT.md)
50+
options:
51+
- label: I agree to follow this project's Code of Conduct
52+
required: true

0 commit comments

Comments
 (0)