From 8727281fe521420d795d228c902d681f9b8caddf Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Mon, 11 Mar 2024 17:28:09 -0400 Subject: [PATCH] Rename use case field and move it up. --- .github/ISSUE_TEMPLATE/feature_request.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2cfd2033cd..bba2af2f36 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -26,6 +26,13 @@ body: default: 0 validations: required: true + - type: textarea + id: use-case + attributes: + label: "What are you trying to do? What is your use case??" + description: "Describe the motivation or the concrete use case." + validations: + required: true - type: textarea id: problem attributes: @@ -40,15 +47,8 @@ body: description: "A clear and concise description of what you want to happen." validations: required: true - - type: textarea - id: use-case - attributes: - label: "What is the motivation / use case for changing the behavior?" - description: "Describe the motivation or the concrete use case." - validations: - required: true - type: textarea id: alternatives attributes: label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. \ No newline at end of file + description: A clear and concise description of any alternative solutions or features you've considered.