Skip to content

Commit 7091563

Browse files
Revise feature request template for clarity
Updated the feature request template to improve clarity and added a pre-flight checklist.
1 parent a0cd2ed commit 7091563

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for taking the time to fill out this feature request ticket. Please choose a short and descriptive title.
10+
Thanks for taking the time to suggest a feature!
11+
12+
> **Before you file:** Search existing issues to avoid duplicates.
13+
14+
- type: checkboxes
15+
id: preflight
16+
attributes:
17+
label: Pre-flight Checklist
18+
options:
19+
- label: I have searched existing issues, and this hasn't been requested yet.
20+
required: true
21+
22+
- type: textarea
23+
id: problem
24+
attributes:
25+
label: Problem or Motivation
26+
description: What problem does this feature solve? Why is it needed?
27+
placeholder: "I'm always frustrated when..."
28+
validations:
29+
required: true
1130

1231
- type: textarea
1332
id: description
@@ -22,3 +41,15 @@ body:
2241
Type your idea here...
2342
validations:
2443
required: true
44+
45+
- type: checkboxes
46+
id: contribution
47+
attributes:
48+
label: Would you like to work on this?
49+
description: We welcome contributions! Let us know if you’d like to help implement this feature.
50+
options:
51+
- label: Yes, I’d love to work on it!
52+
- label: I’m open to collaborating but need guidance.
53+
- label: No, I’m just sharing the idea.
54+
validations:
55+
required: false

0 commit comments

Comments
 (0)