From cdff938353270eec3137a8c01972c39fd82a83e5 Mon Sep 17 00:00:00 2001 From: Aaron Peterson Date: Sat, 7 Oct 2023 12:20:27 -0700 Subject: [PATCH] re-order template and remove title --- .github/ISSUE_TEMPLATE/feature_request.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index ee958d345..5779d280b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,6 @@ name: "Feature request" description: Suggest an idea for this project -title: "[FR]: " +title: "" labels: ["enhancement", "Needs triage"] body: - type: markdown @@ -11,15 +11,15 @@ body: Please fill in as much of the following form as you're able. - type: textarea attributes: - label: What would this feature improve or what problem would it solve? + label: What is the feature you are proposing? + description: Describe the feature. If you already have something in mind... PRs are welcome! validations: required: true - type: textarea attributes: - label: What is the feature you are proposing? - description: Describe the feature. If you already have something in mind... PRs are welcome! + label: What would this feature improve or what problem would it solve? validations: required: true - type: textarea attributes: - label: What alternatives have you considered? \ No newline at end of file + label: What alternatives have you considered?