Skip to content

Commit a7547c4

Browse files
authored
Create feature_request.yml
1 parent 21ae110 commit a7547c4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Feature Request
2+
description: Suggest a new feature for this project
3+
labels: ["feature request"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: "Describe your idea"
8+
description: "What should the feature do? Why is it useful?"
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: "Alternatives/Suggestions"
14+
description: "Are there workarounds or examples from other projects?"

0 commit comments

Comments
 (0)