mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
72 lines
2.3 KiB
YAML
72 lines
2.3 KiB
YAML
|
name: 🐛 Bug / Crash Report
|
||
|
description: File a bug / crash report
|
||
|
title: "[Bug]: "
|
||
|
labels: [bug, crash]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this bug report!
|
||
|
- type: checkboxes
|
||
|
id: general-info
|
||
|
attributes:
|
||
|
label: General Info
|
||
|
description: You may select more than one.
|
||
|
options:
|
||
|
- label: I am running a modpack
|
||
|
- label: I can reproduce this issue consistently in single-player
|
||
|
- label: I can reproduce this issue consistently in multi-player
|
||
|
- label: I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
|
||
|
required: true
|
||
|
- label: I am crashing and can provide my crash report(s)
|
||
|
- label: I am using the latest version of the mod
|
||
|
- type: input
|
||
|
id: forge-info
|
||
|
attributes:
|
||
|
label: Forge/Neoforge version
|
||
|
placeholder: ex. 21.1.1
|
||
|
description: Please be as specific as possible, latest is not a valid version
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: minecraft-info
|
||
|
attributes:
|
||
|
label: Minecraft version
|
||
|
placeholder: ex. 1.21.1
|
||
|
description: Please be as specific as possible, latest is not a valid version
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: mod-info
|
||
|
attributes:
|
||
|
label: Mod version
|
||
|
placeholder: ex. 0.0.1
|
||
|
description: Please be as specific as possible, latest is not a valid version
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
id: java-info
|
||
|
attributes:
|
||
|
label: Java version
|
||
|
placeholder: ex. Java 21.0.3
|
||
|
description: Please be as specific as possible, latest is not a valid version
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: issue-description
|
||
|
attributes:
|
||
|
label: Issue Description
|
||
|
description: Also tell us, what did you expect to happen?
|
||
|
placeholder: Tell us what you see!
|
||
|
value: "A bug happened!"
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: logs
|
||
|
attributes:
|
||
|
label: Additional Information
|
||
|
description: Please post any crash reports, screenshots, etc. here. (use Pastebin or Imgur accordingly)
|
||
|
placeholder: Please put crash reports onto pastebin
|
||
|
validations:
|
||
|
required: false
|