2021-06-24 08:31:41 +00:00
|
|
|
name: Bug report
|
2021-06-24 08:32:57 +00:00
|
|
|
description: Report some misbehaviour in the mod
|
2021-06-24 08:31:41 +00:00
|
|
|
labels: [ bug ]
|
|
|
|
body:
|
|
|
|
- type: dropdown
|
|
|
|
id: mc-version
|
2021-06-24 09:07:22 +00:00
|
|
|
attributes:
|
2021-06-24 08:31:41 +00:00
|
|
|
label: Minecraft Version
|
|
|
|
description: What version of Minecraft are you using?
|
|
|
|
options:
|
|
|
|
- 1.16.x
|
2021-12-01 20:24:37 +00:00
|
|
|
- 1.18.x
|
2022-07-07 20:06:32 +00:00
|
|
|
- 1.19.x
|
2023-06-08 17:32:00 +00:00
|
|
|
- 1.20.x
|
2021-06-24 08:34:38 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-06-24 08:31:41 +00:00
|
|
|
- type: input
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Version
|
|
|
|
description: "What version of CC: Tweaked are you using?"
|
|
|
|
placeholder: "e.g. 1.96.0"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: details
|
|
|
|
attributes:
|
|
|
|
label: Details
|
2021-06-24 09:07:22 +00:00
|
|
|
description: |
|
2021-06-24 08:31:41 +00:00
|
|
|
Description of the bug. Please include the following:
|
|
|
|
- Logs: These will be located in the `logs/` directory of your Minecraft
|
|
|
|
instance. Please upload them as a gist or directly into this editor.
|
|
|
|
- Detailed reproduction steps: sometimes I can spot a bug pretty easily,
|
|
|
|
but often it's much more obscure. The more information I have to help
|
|
|
|
reproduce it, the quicker it'll get fixed.
|