mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
* Refine bug report template for clarity and detail Updated the bug report template to enhance clarity and detail in the descriptions and labels. * Add question issue template for Super Mario Bros. Remastered This new issue template allows users to ask questions regarding Super Mario Bros. Remastered, including checkboxes for issue types and a textarea for detailed descriptions. * Add suggestion issue template for Super Mario Bros. This template allows users to submit suggestions for Super Mario Bros. Remastered, including various types of suggestions and a description field.
52 lines
1.6 KiB
YAML
52 lines
1.6 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."
|