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
|
||||
title: "[Feature]: "
|
||||
title: "[Suggestion]: "
|
||||
labels: ["enhancement"]
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
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.
|
||||
placeholder: |
|
||||
A clear and concise description of what the problem is.
|
||||
Example: I'm always frustrated when [...]
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: solution
|
||||
|
|
@ -22,16 +22,6 @@ body:
|
|||
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: 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:
|
||||
required: false
|
||||
|
||||
Loading…
Reference in a new issue