Files
Content-Monorepo/.github/ISSUE_TEMPLATE/bug-report.yml
rj 022c76a97d wow!
mfw i crash out for no reason and act a clown
2025-07-15 19:22:38 -05:00

73 lines
2.0 KiB
YAML

name: Bug Report
description: File a bug report.
title: "[Issue]: "
labels: ["bug"]
body:
- type: input
id: issue
attributes:
label: What is the issue?
description: Please describe what the issue is.
placeholder: ex. Game crashes when [...]
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: To Reproduce
description: Please describe what steps to take to recreate the issue.
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: dropdown
id: mc-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you running?
options:
- 1.21.5
- 1.21.4
- 1.21.1
default: 0
validations:
required: true
- type: dropdown
id: rc-version
attributes:
label: Re-Console Version and Modpack
description: What Re-Console Modpack and what version are you on?
options:
- Re-Console Modrinth
- Re-Console Curseforge
- Re-Console Lite
- Re-Console Special Edition
- Arics Console
default: 0
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log and crash report
description: Please upload your log or crash report to mclo.gs and paste the link here.
validations:
required: true
- type: textarea
id: extras
attributes:
label: Additional Context
description: Put any extra info you feel is neccessary here.
- type: checkboxes
id: terms
attributes:
label: Acknowledgement
description: If you do not fill out this form correctly, your issue will be immediately closed.
options:
- label: I understand and have fully filled out the form, including the issue name.
required: true