79 lines
3.0 KiB
YAML
79 lines
3.0 KiB
YAML
name: Bug Report
|
|
description: "For reporting bugs and other defects"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >-
|
|
**Need help?** Ask on [Discord](https://discord.gg/rN9Y7caguP) instead of opening an issue.
|
|
|
|
**Issues that do not meet the requirements below (or are otherwise impossible to address with the given info) will be closed without investigation.**
|
|
- type: checkboxes
|
|
id: confirmations
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I am reporting a defect, not asking for help
|
|
required: true
|
|
- label: I have searched existing issues and this has not been reported
|
|
required: true
|
|
- label: I have reduced my mod list to the minimum required to reproduce this issue (see below)
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Bug Description
|
|
description: >-
|
|
Describe the issue in detail. Be sure to include what you expected to happen and what actually happened.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: minimal-mods
|
|
attributes:
|
|
label: Minimal Mod List
|
|
description: >-
|
|
List ONLY the mods required to reproduce this issue. Maintainers have debugging tools that help them
|
|
locate problems quickly, but these generally don't work well in modpacks or large mod sets.
|
|
A minimal list should typically contain fewer than 10 mods.
|
|
|
|
Reports with large mod lists will likely be closed without investigation, unless the problem is very clear.
|
|
|
|
If you don't know which mods are causing your problem, use binary search:
|
|
|
|
1. Remove half your mods
|
|
|
|
2. Test if the issue still occurs
|
|
|
|
3. If yes, remove half again. If no, restore the last removed half and repeat from step 1.
|
|
|
|
4. Repeat until only the necessary mods remain
|
|
placeholder: "- ModernFix 5.x.x\n- SomeMod 1.2.3"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description-reproduction-steps
|
|
attributes:
|
|
label: Reproduction Steps
|
|
description: >-
|
|
Provide clear steps to reproduce the bug. Each step should be a single concrete action.
|
|
|
|
Maintainers are busy and need to be able to quickly replicate your problem. Your reproduction steps should be
|
|
clear enough for someone who is unfamiliar with your mods to follow in 5 minutes or less (not counting time
|
|
to launch the game).
|
|
|
|
Providing vague steps is likely to result in the issue being closed.
|
|
|
|
placeholder: "1. \n2. \n3. "
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: diagnostic-info
|
|
attributes:
|
|
label: Diagnostic Info
|
|
description: >-
|
|
Drag and drop `latest.log` from `.minecraft/logs/` for the session where the issue occurred.
|
|
Do not paste log text inline. Issues without a valid `latest.log` will be closed.
|
|
|
|
If a crash occurred, also attach the relevant file from `.minecraft/crash-reports/`.
|
|
validations:
|
|
required: true
|