Skip to content

Instantly share code, notes, and snippets.

@Eabusham2
Created April 14, 2025 21:57
Show Gist options
  • Select an option

  • Save Eabusham2/9025ceca797235a07b5bdb40beb13666 to your computer and use it in GitHub Desktop.

Select an option

Save Eabusham2/9025ceca797235a07b5bdb40beb13666 to your computer and use it in GitHub Desktop.
name: Bug Report
description: File a bug report
title: "[Bug]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: Describe the bug you're experiencing
description: Also tell us, what did you expect to happen?
placeholder: I did X and Y happened!
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproducability
description: Which steps are needed to reproduce this bug?
placeholder: First do X then Y and then Z happens
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Mod up to date
description:
options:
- label: Before submitting this issue I updated to the newest version and reproduced it
required: true
- type: input
id: mversion
attributes:
label: Minecraft version
description: What version of Minecraft are you using?
validations:
required: true
- type: dropdown
id: lversion
attributes:
label: Modloader version
description: Which modloader are you using? Only Forge/Fabric is supported.
options:
- Forge
- Fabric
validations:
required: true
- type: input
id: logs
attributes:
label: Logs
description: Please upload your log file from logs/latest.log to https://gist.github.com/ and put in the link below. It always contains needed, important information.
placeholder: ex. https://gist.github.com/someaddons/aa5986b9495863c3b5
validations:
required: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment