mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Change feature request template to suggestion request
This commit is contained in:
parent
4295d4227c
commit
5b1e8cf54a
|
|
@ -1,19 +1,19 @@
|
||||||
name: Feature Request
|
name: Suggestion
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[Feature]: "
|
title: "[Suggestion]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your feature request related to a problem?
|
label: Is your suggestion related to a problem?
|
||||||
description: Describe the problem you are experiencing.
|
description: Describe the problem you are experiencing.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
A clear and concise description of what the problem is.
|
A clear and concise description of what the problem is.
|
||||||
Example: I'm always frustrated when [...]
|
Example: I'm always frustrated when [...]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: solution
|
id: solution
|
||||||
|
|
@ -22,16 +22,6 @@ body:
|
||||||
description: What would you like to see happen?
|
description: What would you like to see happen?
|
||||||
placeholder: |
|
placeholder: |
|
||||||
A clear and concise description of what you want to happen.
|
A clear and concise description of what you want to happen.
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: alternatives
|
|
||||||
attributes:
|
|
||||||
label: Describe alternatives you've considered
|
|
||||||
description: Have you considered any alternative solutions or features?
|
|
||||||
placeholder: |
|
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
Loading…
Reference in a new issue