From 38002e1ee2b6ff86972b411c68aff58c8cc307bb Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 13 Apr 2025 12:08:28 +1000 Subject: [PATCH] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ----------------- .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7eff718f2b..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature Request -about: Suggest an idea for this project -title: '' -type: 'Feature' -labels: '' -assignees: '' -body: -- type: markdown - attributes: - value: | - Describe a feature you'd like us to add, or a change to the user interface, design, or workflow for usability. If it's not obvious, explain why this feature is awesome. Note that feature requests must be specific and measurable. -- type: textarea - id: description - attributes: - label: Feature Description ---- diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000..6cc2b4668e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,8 @@ +name: Feature Request +description: Suggest an idea for this project +type: Feature +body: +- type: textarea + attributes: + label: Feature Description + placeholder: "Describe a feature you'd like us to add. If it's not obvious, explain why this feature is awesome. Note that feature requests must be specific and measurable."