Skip to content

Commit 938460f

Browse files
committed
added feature-request temp
1 parent c100960 commit 938460f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: "Feature Request"
2+
description: "Suggest an idea or enhancement for this project"
3+
title: "[FEATURE] "
4+
labels: ["enhancement", "needs-triage"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Thanks for your feature suggestion!
11+
Please provide enough detail to help us understand your idea and its impact.
12+
13+
- type: textarea
14+
id: feature-description
15+
attributes:
16+
label: "Feature Description"
17+
description: "What is the feature or improvement?"
18+
placeholder: |
19+
Describe the feature clearly. What should it do? What problem does it solve?
20+
21+
- type: textarea
22+
id: motivation
23+
attributes:
24+
label: "Motivation / Rationale"
25+
description: "Why is this feature important?"
26+
placeholder: |
27+
Explain why this feature matters and how it benefits users or improves the project.
28+
29+
- type: dropdown
30+
id: priority
31+
attributes:
32+
label: "Priority Level"
33+
description: "How important is this feature?"
34+
options:
35+
- "Low - Nice to have"
36+
- "Medium - Would improve workflow"
37+
- "High - Significant impact"
38+
- "Critical - Blocking important use cases"
39+
40+
- type: textarea
41+
id: demo
42+
attributes:
43+
label: "Demo / Mockup (Optional)"
44+
description: "Add screenshots, mockups, or links to prototypes if available"
45+
placeholder: |
46+
Paste images, GIFs, or links here.

0 commit comments

Comments
 (0)