From 8cd2bff67a697e135468f28faa4ba3e708b7a46f Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 7 Feb 2025 21:56:28 -0600 Subject: [PATCH] revert: #1382 - migrate feature request template to YAML form (#1410) --- .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 32 ---------------------- 2 files changed, 23 insertions(+), 32 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..dab31d680 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index b905f8fc5..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -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...