Skip to content

Commit 05ec9eb

Browse files
Add feature request template for GitHub issues
1 parent 2d325d9 commit 05ec9eb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
17+
label: Why do you need this feature?
18+
placeholder: Example: I want to detect screen rotation.
19+
validations:
20+
required: true
21+
22+
- type: checkboxes
23+
id: context
24+
attributes:
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

Comments
 (0)