From 9ff007fb405f3cc4f73175d3b0033869c5e338ec Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:40:45 -0500 Subject: [PATCH] Refactor suggestion request template Removed duplicate textarea for solution and updated title format. --- .github/ISSUE_TEMPLATE/suggestion_request.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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: