Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Strip "additional context" box from templates
Dieser Commit ist enthalten in:
Ursprung
1a3f479c67
Commit
32b5261e17
26
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
26
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -7,6 +7,28 @@ body:
|
|||||||
value: |
|
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.
|
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).
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
@ -51,7 +73,3 @@ body:
|
|||||||
placeholder: "For example: FastAsyncWorldEdit version 1.16-606;4a6af71"
|
placeholder: "For example: FastAsyncWorldEdit version 1.16-606;4a6af71"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: Add any other context about the problem here
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren