revert: #1382 - migrate feature request template to YAML form (#1410)

This commit is contained in:
Aaron
2025-02-07 21:56:28 -06:00
committed by GitHub
parent 11e55e2499
commit 8cd2bff67a
2 changed files with 23 additions and 32 deletions
+23
View File
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for WXT
title: ''
labels: feature
assignees: ''
---
### Feature Request
Please describe your feature, be clear and concise. If you have a proposal for required type or API changes, list them here.
#### Is your feature request related to a bug?
If so, add a link here. If not, write "N/A"
### What are the alternatives?
A clear and concise description of any alternative solutions or features you've considered.
### Additional context
Add any other context or screenshots about the feature request here.
@@ -1,32 +0,0 @@
name: ✨ Feature request
description: Suggest an idea for WXT
labels: [feature]
body:
- type: markdown
attributes:
value: |
### Feature Request
Please describe your feature, be clear and concise. If you have a proposal for required type or API changes, list them here.
- type: textarea
id: related-bug
attributes:
label: Is your feature request related to a bug?
description: If so, add a link here. If not, write "N/A"
placeholder: "N/A"
- type: textarea
id: alternatives
attributes:
label: What are the alternatives?
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Describe alternatives here...
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
placeholder: Add context here...