description:"Report a bug or some unexpected behavior."
labels:
- "Bug"
body:
- type:markdown
attributes:
value:|-
Please fill this form carefully and provide the requested details. Thank you for contributing to the project.
- type:checkboxes
attributes:
label:"Confirmation"
description:"Please confirm to have done the following checks before opening a new issue."
options:
- label:"I have read the [FAQ](https://filoghost.me/docs/holographic-displays/faq)."
required:true
- label:"I have tested the [latest development build](https://ci.codemc.io/job/filoghost/job/HolographicDisplays) of Holographic Displays and the bug is still present."
required:true
- label:"I have updated **Spigot** (and **ProtocolLib** if installed) to the latest release for my particular Minecraft version."
required:true
- label:"I made sure the bug hasn't already been reported on the [issue tracker](https://github.com/filoghost/HolographicDisplays/issues?q=is%3Aissue)."
required:true
- type:textarea
attributes:
label:"Description"
description:|-
Clear and concise description of the bug.
<ins>**Avoid long error logs**</ins>, add them in the "Addition information" area at the bottom of this form.
placeholder:"What happened? What did you expect to happen instead?"