From a27d1667d52b52ff512e6bd9b5f1bc6a355aa188 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Tue, 9 Mar 2021 12:32:28 +0100 Subject: [PATCH] Address template deprecations --- .github/ISSUE_TEMPLATE/bug_report.yml | 21 +++++++++++++++++++-- .github/ISSUE_TEMPLATE/feature_request.yml | 14 ++++++++++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 09819a111..dd432f12c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,12 +1,17 @@ name: Bug report -about: Create a report to help us improve +description: Create a report to help us improve +title: '' labels: 'Requires Testing' +assignees: [] +issue_body: true + body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report for FastAsyncWorldEdit! Fill out the following form to your best ability to help us fix the problem. Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit). + - type: dropdown attributes: label: Server Implementation @@ -19,6 +24,7 @@ body: - Purpur validations: required: true + - type: dropdown attributes: label: Server Version @@ -29,12 +35,14 @@ body: - '1.15.2' validations: required: true + - type: textarea attributes: label: Describe the bug description: A clear and concise description of what the bug is. validations: required: true + - type: textarea attributes: label: To Reproduce @@ -46,30 +54,39 @@ body: 4. See error validations: required: true + - type: textarea attributes: label: Expected behaviour description: A clear and concise description of what you expected to happen. validations: required: true + - type: textarea attributes: label: Screenshots / Videos description: If applicable, add screenshots to help explain your problem. + - type: input attributes: label: Error log (if applicable) description: If you are reporting a console error, upload any relevant log excerpts to either https://haste.athion.net/ or https://gist.github.com, save and the paste the link in this box. + - type: input attributes: label: Fawe Debugpaste description: Run `/fawe debugpaste` in your console or ingame and provide the output link here. validations: required: true + - type: input attributes: label: Fawe Version description: What version of Fawe are you running? (`/version FastAsyncWorldEdit`) placeholder: "For example: FastAsyncWorldEdit version 1.16-606;4a6af71" validations: - required: true \ No newline at end of file + required: true + + - type: markdown + attributes: + value: Add any additional context you can provide below. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6484865f5..205408b23 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,21 +1,31 @@ name: Feature request -about: Suggest an idea for this project -labels: "Enhancement" +description: Suggest an idea for this project +title: '' +labels: 'Enhancement' +assignees: [] +issue_body: true + body: - type: markdown attributes: value: | Thanks for taking the time to fill out this feature request for FastAsyncWorldEdit! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added. For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit). + - type: textarea attributes: label: What feature do you want to see added? description: A clear and concise description of your feature request. validations: required: true + - type: textarea attributes: label: Are there any alternatives? description: List any alternatives you might have tried validations: required: true + + - type: markdown + attributes: + value: Add any additional context you can provide below. \ No newline at end of file