1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/ISSUE_TEMPLATE/bug-report-beta.yaml

140 lines
4.4 KiB
YAML
Raw Normal View History

name: Bug Report (Beta)
2021-04-30 14:33:33 +00:00
description: Report a Bug or an Issue with Slimefun 4.
labels: ['🎯 Needs testing', '🐞 Bug Report']
2021-04-30 14:33:33 +00:00
2021-04-30 11:30:46 +00:00
body:
- type: markdown
attributes:
value: |
2021-04-30 18:07:53 +00:00
## ❤️ Thank you for wanting to report a bug in Slimefun!
2021-04-30 18:34:00 +00:00
If you need any help to identify the problem, visit our [Discord server](https://discord.gg/slimefun) and see if others experience a similar issue.
Also take a look at our [Troubleshooting Guide](https://github.com/Slimefun/Slimefun4/wiki/How-to-report-bugs) and the list of [existing Issues](https://github.com/Slimefun/Slimefun4/issues).
2021-04-30 18:07:53 +00:00
- id: checklist
type: checkboxes
2021-04-30 18:30:06 +00:00
attributes:
description: Please go through this checklist before creating the issue.
options:
- label: I am using an up to date **DEV** (not **RC**) version of Slimefun.
required: true
- label: I searched for similar open issues and could not find an existing bug report on this.
required: true
- id: description
type: textarea
2021-04-30 11:30:46 +00:00
validations:
required: true
attributes:
label: '📍 Description'
description: |
A clear and detailed description of what went wrong.
The more information you can provide, the easier we can handle this problem.
placeholder: |
(example)
2021-04-30 18:35:33 +00:00
When trying to do [...], I expected [...] to happen but [...] happened instead. I am pretty sure this is not intended and should be fixed.
2021-04-30 14:33:33 +00:00
- id: reproduction-steps
type: textarea
2021-04-30 11:30:46 +00:00
validations:
required: true
attributes:
label: '📑 Reproduction Steps'
description: |
Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it.
placeholder: |
(example)
1. Craft [...]
2. Right click with that item on a workbench
3. The workbench explodes
2021-04-30 14:33:33 +00:00
- id: expected-behaviour
type: textarea
2021-04-30 11:30:46 +00:00
validations:
required: true
attributes:
label: '💡 Expected Behavior'
description: |
What were you expecting to happen?
What do you think would have been the correct behaviour?
placeholder: |
I expected [...] to happen.
2021-04-30 14:33:33 +00:00
- id: media
type: textarea
attributes:
label: '📷 Screenshots / Videos'
description: |
Videos and Screenshots help illustrate issues the best.
If you can capture any footage of the bug happening, it would help us out a lot!
- id: server-log
type: input
attributes:
label: '📜 Server Log'
description: |
2021-04-30 18:35:33 +00:00
Take a look at your Server Log and upload any error messages from Slimefun to a pasting site (e.g. https://pastebin.com/).
If you are unsure about it, post your full log, you can find it under /logs/latest.log
placeholder: https://pastebin.com/...
2021-04-30 14:33:33 +00:00
- id: error-reports
type: input
attributes:
label: '📂 `/error-reports/` folder'
description: |
2021-04-30 18:35:33 +00:00
Check the folder `/plugins/Slimefun/error-reports/` and upload any files inside that folder to a pasting site (e.g. https://pastebin.com/).
placeholder: https://pastebin.com/...
2021-04-30 14:33:33 +00:00
- id: server-software
type: dropdown
2021-04-30 14:33:33 +00:00
validations:
required: true
attributes:
label: '💻 Server Software'
2021-04-30 14:33:33 +00:00
description: 'Please select the software your Server is running on'
options:
- Spigot
- Paper
- Tuinity
- Purpur
- Other
- id: minecraft-version
type: dropdown
2021-04-30 11:59:03 +00:00
validations:
required: true
attributes:
label: '🎮 Minecraft Version'
description: 'Please select the Minecraft version of the server'
2021-04-30 11:59:03 +00:00
options:
#- 1.17.x
- 1.16.x
- 1.15.x
- 1.14.x
- (Older versions are not supported)
2021-04-30 14:33:33 +00:00
- id: slimefun-version
type: textarea
2021-04-30 11:30:46 +00:00
validations:
required: true
attributes:
label: '⭐ Slimefun version'
description: |
**"latest" is not a version number, we need the exact version.**
We recommend running "/sf versions" and uploading a screenshot of that.
Make sure that the screenshot covers the entire output of that command.
placeholder: Slimefun version [...]
2021-04-30 18:12:04 +00:00
- id: other-versions
type: textarea
attributes:
label: '🧭 Additional info'
description: |
If your issue is related to another plugin, make sure to include this here!
placeholder: The issue is related to plugin [...], version [...]
- type: markdown
2021-04-30 14:48:09 +00:00
attributes:
value: |
## ❤️ Thank you for submitting a bug report!
2021-04-30 18:35:33 +00:00
If anyone who sees this has some additional info which can help reproduce or track down this issue, please comment down below. Any help is appreciated!