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

oops forgot attributes for all and removed empty optionals

This commit is contained in:
Daniel Walsh 2021-04-30 13:11:36 +01:00 committed by GitHub
parent 4de2242a4c
commit 8b7fadd5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,23 @@
name: Bug Report (Beta) name: Bug Report (Beta)
about: Report a Bug or an Issue with Slimefun 4. about: Report a Bug or an Issue with Slimefun 4.
title: ''
labels: ['\U0001F3AF Needs testing', '\U0001F41E Bug Report'] labels: ['\U0001F3AF Needs testing', '\U0001F41E Bug Report']
assignees: ''
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: '## Thanks for reporting a bug!' value: '## Thanks for reporting a bug!'
- type: textarea - type: textarea
label: ':round_pushpin: Description'
validations: validations:
required: true required: true
attributes:
label: ':round_pushpin: Description'
description: | description: |
A clear and detailed description of what went wrong. A clear and detailed description of what went wrong.
The more information you can provide, the easier we can handle this problem. The more information you can provide, the easier we can handle this problem.
- type: textarea - type: textarea
label: ':bookmark_tabs: Reproduction Steps'
validations: validations:
required: true required: true
attributes:
label: ':bookmark_tabs: Reproduction Steps'
description: | description: |
Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it. Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it.
Youtube Videos and Screenshots are recommended! Youtube Videos and Screenshots are recommended!
@ -26,18 +26,21 @@ body:
2. 2.
3. 3.
- type: textarea - type: textarea
label: ':bulb: Expected Behavior'
validations: validations:
required: true required: true
attributes:
label: ':bulb: Expected Behavior'
description: | description: |
What were you expecting to happen? What were you expecting to happen?
What do you think would have been the correct behaviour? What do you think would have been the correct behaviour?
- type: textarea - type: textarea
attributes:
label: ':scroll: Server Log' label: ':scroll: Server Log'
description: | description: |
Take a look at your Server Log and post any errors you can find via https://pastebin.com/ Take a look at your Server Log and post any errors you can find via https://pastebin.com/
If you are unsure about it, post your full log, you can find it under /logs/latest.log If you are unsure about it, post your full log, you can find it under /logs/latest.log
- type: textarea - type: textarea
attributes:
label: ':open_file_folder: /error-reports/ Folder' label: ':open_file_folder: /error-reports/ Folder'
description: | description: |
Check the folder /plugins/Slimefun/error-reports/ and upload any files inside that folder. Check the folder /plugins/Slimefun/error-reports/ and upload any files inside that folder.
@ -45,9 +48,9 @@ body:
- type: dropdown - type: dropdown
validations: validations:
required: true required: true
description: 'Please select the Minecraft version of the server'
attributes: attributes:
label: ':video_game: Minecraft Version' label: ':video_game: Minecraft Version'
description: 'Please select the Minecraft version of the server'
options: options:
#- 1.17.x #- 1.17.x
- 1.16.x - 1.16.x
@ -55,9 +58,10 @@ body:
- 1.14.x - 1.14.x
- Older - Older
- type: textarea - type: textarea
label: ':compass: Environment'
validations: validations:
required: true required: true
attributes:
label: ':compass: Environment'
description: | description: |
Any issue without the exact version numbers will be closed! Any issue without the exact version numbers will be closed!
"latest" IS NOT A VERSION NUMBER. "latest" IS NOT A VERSION NUMBER.