Skip to content

Commit 1ff5912

Browse files
authored
Create feature-request.yml
1 parent 2135b76 commit 1ff5912

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "Feature Request"
2+
description: "Request a new feature or enhancement."
3+
title: "Describe the feature"
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
id: enhancement_description
8+
attributes:
9+
label: "Describe the feature or enhancement"
10+
placeholder: "Provide a clear description of the requested feature."
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: use_case
15+
attributes:
16+
label: "What is the use case?"
17+
placeholder: "Explain the problem this feature will solve."
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: alternatives
22+
attributes:
23+
label: "Alternatives considered"
24+
placeholder: "List any alternative solutions you’ve considered."

0 commit comments

Comments
 (0)