mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-10 09:20:28 +00:00
0895200681
Build system: - Switch to our new maven server. This has a cleaner separation between published packages and mirrored packages, to avoid leaking those into other people's builds. - Update Gradle and Loom versions. Code: - Link to definitions instead in the breaking changes page. - Fix several unused variable warnings. Other: - Remove unsupported Minecraft versions from the issue template.
34 lines
995 B
YAML
34 lines
995 B
YAML
name: Bug report
|
|
description: Report some misbehaviour in the mod
|
|
labels: [ bug ]
|
|
body:
|
|
- type: dropdown
|
|
id: mc-version
|
|
attributes:
|
|
label: Minecraft Version
|
|
description: What version of Minecraft are you using?
|
|
options:
|
|
- 1.20.1
|
|
- 1.21.x
|
|
validations:
|
|
required: true
|
|
- 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
|
|
description: |
|
|
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.
|