Address template deprecations

Dieser Commit ist enthalten in:
NotMyFault 2021-03-09 12:32:28 +01:00
Ursprung c8db3e0c87
Commit a27d1667d5
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C
2 geänderte Dateien mit 31 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -1,12 +1,17 @@
name: Bug report name: Bug report
about: Create a report to help us improve description: Create a report to help us improve
title: ''
labels: 'Requires Testing' labels: 'Requires Testing'
assignees: []
issue_body: true
body: body:
- type: markdown - type: markdown
attributes: attributes:
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 - type: dropdown
attributes: attributes:
label: Server Implementation label: Server Implementation
@ -19,6 +24,7 @@ body:
- Purpur - Purpur
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Server Version label: Server Version
@ -29,12 +35,14 @@ body:
- '1.15.2' - '1.15.2'
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the bug label: Describe the bug
description: A clear and concise description of what the bug is. description: A clear and concise description of what the bug is.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: To Reproduce label: To Reproduce
@ -46,26 +54,31 @@ body:
4. See error 4. See error
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Expected behaviour label: Expected behaviour
description: A clear and concise description of what you expected to happen. description: A clear and concise description of what you expected to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Screenshots / Videos label: Screenshots / Videos
description: If applicable, add screenshots to help explain your problem. description: If applicable, add screenshots to help explain your problem.
- type: input - type: input
attributes: attributes:
label: Error log (if applicable) 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. 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 - type: input
attributes: attributes:
label: Fawe Debugpaste label: Fawe Debugpaste
description: Run `/fawe debugpaste` in your console or ingame and provide the output link here. description: Run `/fawe debugpaste` in your console or ingame and provide the output link here.
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Fawe Version label: Fawe Version
@ -73,3 +86,7 @@ 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: markdown
attributes:
value: Add any additional context you can provide below.

Datei anzeigen

@ -1,21 +1,31 @@
name: Feature request name: Feature request
about: Suggest an idea for this project description: Suggest an idea for this project
labels: "Enhancement" title: ''
labels: 'Enhancement'
assignees: []
issue_body: true
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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. 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). 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 - type: textarea
attributes: attributes:
label: What feature do you want to see added? label: What feature do you want to see added?
description: A clear and concise description of your feature request. description: A clear and concise description of your feature request.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Are there any alternatives? label: Are there any alternatives?
description: List any alternatives you might have tried description: List any alternatives you might have tried
validations: validations:
required: true required: true
- type: markdown
attributes:
value: Add any additional context you can provide below.