diff --git a/.github/ISSUE_TEMPLATE/suggestion_request.yml b/.github/ISSUE_TEMPLATE/suggestion_request.yml index 250c2296b..2eb5ba868 100644 --- a/.github/ISSUE_TEMPLATE/suggestion_request.yml +++ b/.github/ISSUE_TEMPLATE/suggestion_request.yml @@ -1,9 +1,19 @@ name: Suggestion description: Suggest an idea for this project -title: "[Suggestion]: " +title: "[Suggestion] " labels: ["enhancement"] body: + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like + description: What would you like to see happen? + placeholder: | + A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea id: problem attributes: @@ -15,16 +25,6 @@ body: validations: required: false - - type: textarea - id: solution - attributes: - label: Describe the solution you'd like - description: What would you like to see happen? - placeholder: | - A clear and concise description of what you want to happen. - validations: - required: false - - type: textarea id: additional attributes: