Skip to content

Commit 03e8a46

Browse files
Add .github/ISSUE_TEMPLATE/feature_request.yml
1 parent 4f2b989 commit 03e8a46

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Feature Request
2+
description: Suggest an idea
3+
title: "[Feature Request]: "
4+
labels:
5+
- enhancement
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Preflight Checklist
10+
description: Please ensure you've completed all of the following.
11+
options:
12+
- label: I have read the [Contributing Guidelines](https://github.com/EnAccess/Cicada-FW/blob/main/CONTRIBUTING.md) for this project, if it exists.
13+
required: true
14+
- label: I agree to follow the [Code of Conduct](https://github.com/EnAccess/Cicada-FW/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
15+
required: true
16+
- label: I have searched the [issue tracker](https://github.com/EnAccess/Cicada-FW/issues) for a feature request that matches the one I want to file, without success.
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Problem Description
21+
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Proposed Solution
27+
description: Describe the solution you'd like in a clear and concise manner.
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Alternatives Considered
33+
description: A clear and concise description of any alternative solutions or features you've considered.
34+
validations:
35+
required: true
36+
- type: textarea
37+
attributes:
38+
label: Additional Information
39+
description: Add any other context about the problem here.
40+
validations:
41+
required: false

0 commit comments

Comments
 (0)