-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate enhancement requests to newer issue templates
- Loading branch information
Showing
2 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: 💡 Enhancement request | ||
description: New feature or change request | ||
labels: [ enhancement ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This ticket is about suggestions for a feature or particular enhancement. | ||
Feedback about this form is appreciated. | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
- type: dropdown | ||
attributes: | ||
label: Platform | ||
description: Server software - choose your proxy software if you have multiple servers | ||
options: | ||
- Spigot | ||
- BungeeCord | ||
- Velocity | ||
- All / Shared | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Relevance | ||
description: Check list for previous tickets | ||
options: | ||
- label: | | ||
I checked for existing tickets - | ||
If there are, please vote them with a thumps reaction and not create new ones | ||
required: true |