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

151 lines
5.0 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-05-01 08:16:56 +00:00
## 👋 Welcome to the Slimefun Bug Tracker
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).
<br /><strong><i>Fields marked with an asterisk (*) are required.</i></strong>
<br />
2021-04-30 18:07:53 +00:00
- id: checklist
type: checkboxes
2021-04-30 18:30:06 +00:00
attributes:
2021-05-01 08:28:16 +00:00
label: '❗ Checklist *'
2021-04-30 18:30:06 +00:00
description: Please go through this checklist before creating the issue.
options:
2021-05-01 08:16:56 +00:00
- label: I am using the official english version of Slimefun and did not modify the jar.
2021-04-30 18:30:06 +00:00
required: true
2021-05-01 08:16:56 +00:00
- label: I am using an up to date "DEV" (not "RC") version of Slimefun.
2021-04-30 18:30:06 +00:00
required: true
- label: I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
required: true
2021-05-01 08:16:56 +00:00
- 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: |
2021-05-01 08:28:16 +00:00
When doing [...] I experienced [...], 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: |
2021-05-01 08:28:16 +00:00
1. Do [...]
2. Then do [...]
3. Now [...] happens
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:
2021-05-01 08:28:16 +00:00
label: '📷 Screenshots / Videos'
description: |
The best way to illustrate in an issue is by recording a Video or taking a Screenshot.
If you can capture any footage of the bug happening, it would help us out a lot!
2021-05-01 08:28:16 +00:00
placeholder: |
Drag and drop an image or video onto this field to upload it.
- 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
2021-05-01 08:23:31 +00:00
- Airplane
2021-04-30 14:33:33 +00:00
- 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:
2021-05-01 08:28:16 +00:00
label: '🧭 Other plugins'
2021-04-30 18:12:04 +00:00
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: |
2021-05-01 08:16:56 +00:00
## ❤️ Thank you for submitting your bug report!
2021-05-01 08:32:23 +00:00
If you find any additional info that can help to identify this problem, don't hesitate to comment on your issue!
Any additional info can help us fix this bug faster.
In the meantime, try visiting our [Discord server](https://discord.gg/slimefun).
Perhaps someone else has experienced a similar issue.