We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d325d9 commit 05ec9ebCopy full SHA for 05ec9eb
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,31 @@
1
+name: 🚀 Feature Request
2
+description: Suggest a new feature for webdev-power-kit
3
+title: "[Feature] "
4
+labels: ["enhancement"]
5
+body:
6
+ - type: textarea
7
+ id: description
8
+ attributes:
9
+ label: Feature Description
10
+ placeholder: What would you like to see added?
11
+ validations:
12
+ required: true
13
+
14
+ - type: input
15
+ id: use-case
16
17
+ label: Why do you need this feature?
18
+ placeholder: Example: I want to detect screen rotation.
19
20
21
22
+ - type: checkboxes
23
+ id: context
24
25
+ label: Feature Category
26
+ options:
27
+ - label: Browser API
28
+ - label: Utility Tool
29
+ - label: Performance Helper
30
+ - label: Device Info
31
+ - label: Other
0 commit comments