Strip "additional context" box from templates

Dieser Commit ist enthalten in:
NotMyFault 2021-02-26 17:34:23 +01:00
Ursprung 1a3f479c67
Commit 32b5261e17
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C

Datei anzeigen

@ -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