File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
- name : 🚀 Feature Request
1
+ name : " \ud83d\ude80 Feature Request"
2
2
description : Suggest a new feature for webdev-power-kit
3
3
title : " [Feature] "
4
4
labels : ["enhancement"]
5
5
body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ 💡 Thanks for contributing! Please describe your requested feature below.
10
+
6
11
- type : textarea
7
12
id : description
8
13
attributes :
9
14
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.
11
17
validations :
12
18
required : true
13
19
14
- - type : input
20
+ - type : textarea
15
21
id : use-case
16
22
attributes :
17
23
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.
19
26
validations :
20
27
required : true
21
28
22
29
- type : checkboxes
23
- id : context
30
+ id : category
24
31
attributes :
25
- label : Feature Category
32
+ label : Related Category
33
+ description : Which category does this feature belong to?
26
34
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 "
You can’t perform that action at this time.
0 commit comments