mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Refactor suggestion request template
Removed duplicate textarea for solution and updated title format.
This commit is contained in:
parent
7b9bf07d70
commit
9ff007fb40
22
.github/ISSUE_TEMPLATE/suggestion_request.yml
vendored
22
.github/ISSUE_TEMPLATE/suggestion_request.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue