Skip to content

Commit 6136a7f

Browse files
Update feature request template for clarity and consistency
1 parent 05ec9eb commit 6136a7f

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed
Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
1-
name: 🚀 Feature Request
1+
name: "\ud83d\ude80 Feature Request"
22
description: Suggest a new feature for webdev-power-kit
33
title: "[Feature] "
44
labels: ["enhancement"]
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
💡 Thanks for contributing! Please describe your requested feature below.
10+
611
- type: textarea
712
id: description
813
attributes:
914
label: Feature Description
10-
placeholder: What would you like to see added?
15+
description: What would you like to see added? Be specific and clear.
16+
placeholder: e.g. A function that returns the current screen orientation.
1117
validations:
1218
required: true
1319

14-
- type: input
20+
- type: textarea
1521
id: use-case
1622
attributes:
1723
label: Why do you need this feature?
18-
placeholder: Example: I want to detect screen rotation.
24+
description: What’s your use case or what problem would this feature solve?
25+
placeholder: e.g. I want to change layout when screen rotates on mobile.
1926
validations:
2027
required: true
2128

2229
- type: checkboxes
23-
id: context
30+
id: category
2431
attributes:
25-
label: Feature Category
32+
label: Related Category
33+
description: Which category does this feature belong to?
2634
options:
27-
- label: Browser API
28-
- label: Utility Tool
29-
- label: Performance Helper
30-
- label: Device Info
31-
- label: Other
35+
- label: "\ud83d\udcc6 Browser API"
36+
- label: "\ud83d\udee0\ufe0f Utility Tool"
37+
- label: "\ud83d\udcca Performance"
38+
- label: "\ud83d\udcf1 Device Info"
39+
- label: "\ud83d\udd0d Other / Not Sure"

0 commit comments

Comments
 (0)