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.