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
|
name: Suggestion
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[Suggestion]: "
|
title: "[Suggestion] "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
|
|
||||||
body:
|
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
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -15,16 +25,6 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue