mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 18:57:31 +02:00
Migrate enhancement requests to newer issue templates
This commit is contained in:
30
.github/ISSUE_TEMPLATE/enhancement_request.md
vendored
30
.github/ISSUE_TEMPLATE/enhancement_request.md
vendored
@ -1,30 +0,0 @@
|
|||||||
---
|
|
||||||
name: 💡 Enhancement request
|
|
||||||
about: New feature or change request
|
|
||||||
title: ''
|
|
||||||
labels: 'enhancement'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
[//]: # (Lines in this format are considered as comments and will not be displayed.)
|
|
||||||
|
|
||||||
[//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!)
|
|
||||||
|
|
||||||
[//]: # (This ticket is about suggestions for a feature or particular enhancement)
|
|
||||||
|
|
||||||
### Is your feature request related to a problem? Please describe.
|
|
||||||
|
|
||||||
[//]: # (A clear and concise description of what the problem is. Ex. I'm always frustrated when [...])
|
|
||||||
|
|
||||||
### Describe the solution you'd like
|
|
||||||
|
|
||||||
[//]: # (A clear and concise description of what you want to happen.)
|
|
||||||
|
|
||||||
### Describe alternatives you've considered
|
|
||||||
|
|
||||||
[//]: # (A clear and concise description of any alternative solutions or features you've considered.)
|
|
||||||
|
|
||||||
### Additional context
|
|
||||||
|
|
||||||
[//]: # (Add any other context or screenshots about the feature request here.)
|
|
43
.github/ISSUE_TEMPLATE/enhancement_request.yaml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/enhancement_request.yaml
vendored
Normal file
@ -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
|
Reference in New Issue
Block a user