60 lines
1.9 KiB
YAML
60 lines
1.9 KiB
YAML
name: Bug Report
|
|
description: Report a bug or general issue with Super Mario Bros. Remastered
|
|
labels: ["🪲 Bug"]
|
|
title: '[Bug Report]: '
|
|
|
|
body:
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: "Version"
|
|
description: "Specify the exact version of the game you used when you encountered the bug/issue. (You can find the game version at the bottom-left of the title screen.)"
|
|
placeholder: "1.0.2"
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: type
|
|
attributes:
|
|
label: "Type of Issue"
|
|
description: 'Select all applicable areas of the game that are affected by this bug/issue. (Select "Miscellaneous" if unsure.)'
|
|
options:
|
|
- label: ROM Verification
|
|
- label: Campaign
|
|
- label: Custom Level
|
|
- label: Level Editor
|
|
- label: Default Resources
|
|
- label: Custom Resources
|
|
- label: GML Modding
|
|
- label: Inaccuracy
|
|
- label: Localization
|
|
- label: UI (User Interface)
|
|
- label: Miscellaneous
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Description"
|
|
description: "Please write a clear and concise description of the bug."
|
|
|
|
- type: textarea
|
|
id: reproduction_steps
|
|
attributes:
|
|
label: "Reproduction Steps"
|
|
description: "Please list the steps taken to reproduce the bug, if applicable. (e.g. 1. Go to ... 2. Do ...)"
|
|
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: "Screenshots"
|
|
description: "If applicable, add screenshots to help explain the bug."
|
|
|
|
- type: textarea
|
|
id: crashlog
|
|
attributes:
|
|
label: "Crash Log"
|
|
description: "If it's a crash, please can you copy paste a crash log containing the crash, these can be found in the same directory as resource packs, custom levels, saves, etc\n```%AppData%/Roaming/SMB1R/logs/godot.log``` / ```local/share/SMB1R/logs/godot.log```."
|
|
render: shell
|