Skip to content

Commit 11e55e2

Browse files
authored
chore: Migrate feature request template to YAML form (#1382)
1 parent 4cab3a5 commit 11e55e2

File tree

2 files changed

+32
-23
lines changed

2 files changed

+32
-23
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

-23
This file was deleted.
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: ✨ Feature request
2+
description: Suggest an idea for WXT
3+
labels: [feature]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### Feature Request
10+
11+
Please describe your feature, be clear and concise. If you have a proposal for required type or API changes, list them here.
12+
13+
- type: textarea
14+
id: related-bug
15+
attributes:
16+
label: Is your feature request related to a bug?
17+
description: If so, add a link here. If not, write "N/A"
18+
placeholder: "N/A"
19+
20+
- type: textarea
21+
id: alternatives
22+
attributes:
23+
label: What are the alternatives?
24+
description: A clear and concise description of any alternative solutions or features you've considered.
25+
placeholder: Describe alternatives here...
26+
27+
- type: textarea
28+
id: additional-context
29+
attributes:
30+
label: Additional context
31+
description: Add any other context or screenshots about the feature request here.
32+
placeholder: Add context here...

0 commit comments

Comments
 (0)