Skip to content

Commit 4307741

Browse files
authored
Create feature_request.yaml
1 parent 6ff8bc6 commit 4307741

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: "[Feature] "
4+
labels: [enhancement]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for suggesting a feature! Please provide a clear and concise description.
10+
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the feature
15+
description: What should the feature do?
16+
placeholder: Describe your idea here...
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: use-case
22+
attributes:
23+
label: Use case
24+
description: Why is this feature needed? How would it help?
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: alternatives
30+
attributes:
31+
label: Alternatives considered
32+
description: Have you considered any alternatives?
33+
validations:
34+
required: false
35+
36+
- type: input
37+
id: related
38+
attributes:
39+
label: Related Issues
40+
description: Link any related issues or PRs.
41+
placeholder: "#123"
42+
validations:
43+
required: false

0 commit comments

Comments
 (0)