2021-02-26 09:35:03 +00:00
name : Bug report
2021-03-09 11:32:28 +00:00
description : Create a report to help us improve
2021-02-26 09:35:03 +00:00
labels : 'Requires Testing'
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
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.
2022-02-04 10:16:23 +00:00
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://intellectualsites.github.io/fastasyncworldedit-documentation/).
2023-06-11 10:09:27 +00:00
Do NOT use the public issue tracker to report security vulnerabilities! They are disclosed using [this](https://github.com/IntellectualSites/FastAsyncWorldEdit/security/policy) GitHub form!
2021-03-09 11:32:28 +00:00
2021-02-26 16:34:23 +00:00
- 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
validations :
required : true
2021-03-09 11:32:28 +00:00
2021-02-26 16:34:23 +00:00
- 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 :
2023-09-29 20:00:58 +00:00
- '1.20.2'
2023-06-09 10:53:42 +00:00
- '1.20'
2023-03-18 14:25:04 +00:00
- '1.19.4'
2022-03-04 12:25:42 +00:00
- '1.18.2'
2021-07-24 17:28:28 +00:00
- '1.17.1'
2021-02-26 16:34:23 +00:00
validations :
required : true
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : textarea
attributes :
label : Describe the bug
description : A clear and concise description of what the bug is.
validations :
required : true
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : textarea
attributes :
label : To Reproduce
description : Steps to reproduce this behaviour
placeholder : |
1 . Go to '...'
2 . Click on '...'
3 . Scroll down to '...'
4 . See error
validations :
required : true
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : textarea
attributes :
label : Expected behaviour
description : A clear and concise description of what you expected to happen.
validations :
required : true
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : textarea
attributes :
label : Screenshots / Videos
description : If applicable, add screenshots to help explain your problem.
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : input
attributes :
label : Error log (if applicable)
2021-04-19 16:01:36 +00:00
description : If you are reporting a console error, upload any relevant log excerpts to either https://paste.gg/ or https://gist.github.com, save and the paste the link in this box.
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : input
attributes :
label : Fawe Debugpaste
description : Run `/fawe debugpaste` in your console or ingame and provide the output link here.
validations :
required : true
2021-03-09 11:32:28 +00:00
2021-02-26 09:35:03 +00:00
- type : input
attributes :
label : Fawe Version
description : What version of Fawe are you running? (`/version FastAsyncWorldEdit`)
2021-12-21 16:31:46 +00:00
placeholder : "For example: FastAsyncWorldEdit version 2.0.0-SNAPSHOT-1"
2021-02-26 09:35:03 +00:00
validations :
2021-03-09 11:32:28 +00:00
required : true
2021-03-24 20:00:00 +00:00
- type : checkboxes
attributes :
label : Checklist
description : Make sure you have followed each of the steps outlined here.
options :
- label : I have included a Fawe debugpaste.
required : true
2021-12-21 16:22:00 +00:00
- label : I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
2021-03-24 20:00:00 +00:00
required : true
2021-03-09 11:32:28 +00:00
2021-04-19 16:10:15 +00:00
- type : textarea
2021-03-09 11:32:28 +00:00
attributes :
2021-04-19 16:10:15 +00:00
label : Anything else?
description : You can provide additional context below.