diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c6515dc1..09819a111 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,6 +7,28 @@ body: 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 + description: Which server Implementation are you using? If your server implementation is not listed, it is not supported. Switch to a supported version first. + multiple: false + options: + - Paper + - Spigot + - Tuinity + - Purpur + validations: + required: true + - type: dropdown + attributes: + label: Server Version + description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first. + multiple: false + options: + - '1.16.5' + - '1.15.2' + validations: + required: true - type: textarea attributes: label: Describe the bug @@ -50,8 +72,4 @@ body: description: What version of Fawe are you running? (`/version FastAsyncWorldEdit`) placeholder: "For example: FastAsyncWorldEdit version 1.16-606;4a6af71" validations: - required: true - - type: textarea - attributes: - label: Additional Context - description: Add any other context about the problem here + required: true \ No newline at end of file