mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
103 lines
3.2 KiB
YAML
103 lines
3.2 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve the Plugin
|
|
labels: 'bug'
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report for WorldSystem! 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 or the wiki.
|
|
Do NOT use the public issue tracker to report security vulnerabilities! They are disclosed using the [github vulnerabilitie](https://github.com/Argantiu/WorldSystem-Updated/security/advisories/new) form!
|
|
|
|
- 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:
|
|
- PurPur
|
|
- Paper
|
|
- Spigot
|
|
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.20.4'
|
|
- '1.20.2'
|
|
- '1.19.3'
|
|
- '1.19.2'
|
|
- '1.19.1'
|
|
- '1.19'
|
|
- '1.18.2'
|
|
- '1.18.1'
|
|
- '1.17.1'
|
|
- '1.16.5'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
|
|
- 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
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots / Videos
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Error log (if applicable)
|
|
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.
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: WorldSystem Version
|
|
description: What version of WorldSystem are you running? (`/ws help`)
|
|
multiple: false
|
|
options:
|
|
- '2.4.37 (dev)'
|
|
- '2.4.36'
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Make sure you have followed each of the steps outlined here.
|
|
options:
|
|
- label: I am using the newest build from https://github.com/Argantiu/WorldSystem-Updated and the issue still persists.
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: You can provide additional context below.
|