98 lines
No EOL
3 KiB
YAML
98 lines
No EOL
3 KiB
YAML
name: "Bug report"
|
|
description: "Report a bug where something is not working as expected, which does not crash the game."
|
|
title: "[🐛]: "
|
|
labels: [ "1. Type: Bug", "2. Status: Unverified" ]
|
|
|
|
body:
|
|
- type: checkboxes
|
|
id: exists
|
|
attributes:
|
|
label: "Was this bug reported before?"
|
|
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
|
options:
|
|
- label: "No, it was not."
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Version modpack used"
|
|
description: "Write which version of the modpack you are using."
|
|
placeholder: "Example: 0.1.1"
|
|
|
|
- type: input
|
|
id: environment
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Environment
|
|
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
|
placeholder: "Example: Singleplayer"
|
|
|
|
- type: dropdown
|
|
id: world
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "New Worlds"
|
|
description: "Does this bug occur on a newly generated world?"
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
- "Unsure"
|
|
|
|
- type: input
|
|
id: log
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Please provide a link to your latest.log, if relevant."
|
|
description: |
|
|
"The `latest.log` file is found in `/logs\` within the modpack files."
|
|
"We recommend always using https://mclo.gs/."
|
|
|
|
> [!CAUTION]
|
|
> If you skip this step, this issue might be **labeled** with `please add a reproduction` and **closed.`
|
|
placeholder: https://mclo.gs/MydIQBu...
|
|
|
|
- type: textarea
|
|
id: expected
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Expected Behavior"
|
|
description: "What you expected to happen. Attach screenshots here as necessary."
|
|
placeholder: "Example: Expected to produce X by consuming Y."
|
|
|
|
- type: textarea
|
|
id: result
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Actual Behavior"
|
|
description: "What happened despite your expectations. Attach screenshots here as necessary."
|
|
placeholder: "Example: Produced one X but Y was not consumed."
|
|
|
|
- type: textarea
|
|
id: reproduction
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Steps to Reproduce"
|
|
description: "How to reproduce the bug."
|
|
placeholder: "Example: 1) I did X..."
|
|
|
|
- type: textarea
|
|
id: additional-info
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: "Additional Information"
|
|
description: "Any additional information you wish to provide. Please add anything which did not fit into the other sections here."
|
|
placeholder: "Example: This is likely caused by X because..."
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for taking the time to fill out this bug report. |