Refactor suggestion request template

Removed duplicate textarea for solution and updated title format.
This commit is contained in:
EnderActually 2026-03-05 09:40:45 -05:00 committed by GitHub
parent 7b9bf07d70
commit 9ff007fb40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: