85 lines
2.7 KiB
YAML
85 lines
2.7 KiB
YAML
name: "[EN] Bug report"
|
|
description: Report a bug where something is not working as expected, which does not crash the game.
|
|
labels: [ "status: unverified", "type: bug" ]
|
|
body:
|
|
- type: input
|
|
id: modpack
|
|
attributes:
|
|
label: Modpack Used
|
|
description: Modpack type and version used when this error was encountered.
|
|
placeholder: "Example: TFG:NH v4.1.4"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional mods
|
|
description: The mods and their respective versions used when this bug was encountered. If you were not using mods, please leave this field blank.
|
|
placeholder: "Example: Xaero's Minimap v1.1.3"
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: environment
|
|
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"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: world
|
|
attributes:
|
|
label: New Worlds
|
|
description: Does this bug occur on a newly generated world?
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
- "Unsure"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: cross-mod
|
|
attributes:
|
|
label: Cross-Mod Interaction
|
|
description: Is this error caused by another mod installed with the standard modpack?
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
- "Unsure"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What you expected to happen. Attach screenshots here as necessary.
|
|
placeholder: "Example: Expected to produce X by consuming Y."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: result
|
|
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."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: How to reproduce the bug.
|
|
placeholder: "Example: 1) I did X..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-info
|
|
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..."
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for taking the time to fill out this bug report.
|