9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-29 11:49:19 +00:00
Files
DivineMC/.github/ISSUE_TEMPLATE/bug_report.yml
2025-07-20 15:35:17 +03:00

65 lines
2.1 KiB
YAML

name: Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Before reporting an issue, make sure you are running the latest build of DivineMC and checked for duplicate issues in [Issues](https://github.com/BX-Team/DivineMC/issues)!
- type: checkboxes
attributes:
label: Checklist
description: |
Before you scroll down, select boxes below.
options:
- label: I have searched the existing issues and the documentation
required: true
- label: I ticked all the boxes without actually reading them
required: false
- label: I am using latest DivineMC build from https://github.com/BX-Team/DivineMC/releases
required: true
- label: I tested and couldn't replicate this issue on [latest Purpur build](https://purpurmc.org/)
required: true
- type: textarea
attributes:
label: What behaviour is observed?
description: A clear and concise description of what the behavior is.
validations:
required: true
- type: textarea
attributes:
label: What is the expected behavior?
description: A clear and concise description of what you expected to see.
validations:
required: true
- type: textarea
attributes:
label: How to reproduce?
description: Steps to reproduce this behaviour.
placeholder: |
1. Enter server ...
2. Execute command /example ...
3. Server crashes ...
4. See error
validations:
required: true
- type: input
attributes:
label: Spark profiler link
description: |
Link of spark profiler, which including helpful information helps us to work with your issue,
see https://spark.lucko.me/docs/ to learn how to use spark.
validations:
required: true
- type: input
attributes:
label: Error log (if applicable)
description: If you are reporting a console error, upload any relevant errors or full log to either https://pastes.dev or https://mclo.gs, save and the paste the link in this box.