From 51898b4b3488f69c374e5ad046e357a8314b2cd7 Mon Sep 17 00:00:00 2001 From: games647 Date: Fri, 22 Sep 2023 11:32:27 +0200 Subject: [PATCH] Migrate enhancement requests to newer issue templates --- .github/ISSUE_TEMPLATE/enhancement_request.md | 30 ------------- .../ISSUE_TEMPLATE/enhancement_request.yaml | 43 +++++++++++++++++++ 2 files changed, 43 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md deleted file mode 100644 index d32e8e770..000000000 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ /dev/null @@ -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.) diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yaml b/.github/ISSUE_TEMPLATE/enhancement_request.yaml new file mode 100644 index 000000000..498db5e5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yaml @@ -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