mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-15 23:25:21 +01:00
94 lines
2.9 KiB
YAML
94 lines
2.9 KiB
YAML
name: Bug report
|
|
description: Report a way in which WorldGuard is not working as intended
|
|
labels: ['type:bug', 'status:pending']
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please note that this is only for bugs, help with installation or other types of support should
|
|
be taken to the Discord Guild instead.
|
|
|
|
- type: input
|
|
attributes:
|
|
label: WorldEdit Version
|
|
description: The full version of WorldEdit, can be found by using `/we version`.
|
|
placeholder: e.g. 7.2.3 or 7.3.0-SNAPSHOT
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: WorldGuard Version
|
|
description: The full version of WorldGuard, can be found by using `/wg version`.
|
|
placeholder: e.g. 7.0.5 or 7.0.6-SNAPSHOT
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Platform Version
|
|
description: |
|
|
The version of the platform you are on, i.e. Spigot or Paper.
|
|
Please ensure you are running up-to-date software before making a bug report.
|
|
Old versions, paper forks or hybrids will receive little to no support.
|
|
placeholder: e.g. git-Spigot-21fe707-e1ebe52, git-Paper-463
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: confirmations
|
|
attributes:
|
|
label: Confirmations
|
|
description: Please confirm the following before submitting the bug. Your report will be closed if you are running hybrids or old software.
|
|
options:
|
|
- label: I am using the most recent Minecraft release.
|
|
required: true
|
|
- label: I am using a version of WorldEdit compatible with my Minecraft version.
|
|
required: true
|
|
- label: I am using a version of WorldGuard compatible with my Minecraft version.
|
|
required: true
|
|
- label: I am using the latest or recommended version of my platform software.
|
|
required: true
|
|
- label: I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
|
|
required: true
|
|
- label: I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: The behavior that you expected, instead of the bugged behavior that occurs.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproduction Steps
|
|
description: Steps to reproduce the behavior.
|
|
value: |
|
|
1. ...
|
|
2. ...
|
|
validations:
|
|
required: true
|
|
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Optional WorldGuard-Report
|
|
description: Link to WorldGuard Region report for bugs with regions, received with `/wg report -p`
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything Else?
|
|
description: Add any additional context you can provide below.
|