Issue page touch-up (#725)

* 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.
This commit is contained in:
SkyanUltra 2025-11-22 11:35:13 -05:00 committed by GitHub
parent 7457570014
commit 3687b29f95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 91 additions and 13 deletions

View file

@ -1,6 +1,6 @@
name: Bug Report name: Bug Report
description: Report a bug with Super Mario Bros. Remastered description: Report a bug or general issue with Super Mario Bros. Remastered
labels: ["bug"] labels: ["🪲 Bug"]
title: '[Bug Report]: ' title: '[Bug Report]: '
body: body:
@ -8,21 +8,31 @@ body:
id: version id: version
attributes: attributes:
label: "Version" label: "Version"
description: "Specify the version of the game you used when you encountered the bug. You can find the game version at the bottom-left of the title screen." 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 - type: checkboxes
id: bug_type id: type
attributes: attributes:
label: "Bug Type" label: "Type of Issue"
description: "Select all that apply (leave blank if unsure)." description: 'Select all applicable areas of the game that are affected by this bug/issue. (Select "Miscellaneous" if unsure.)'
options: options:
- label: campaign bug - label: ROM Verification
- label: editor bug - label: Campaign
- label: custom pack bug - label: Custom Level
- label: ui bug - label: Level Editor
- label: Default Resources
- label: Custom Resources
- label: GML Modding
- label: Inaccuracy
- label: Localization
- label: UI (User Interface)
- label: Miscellaneous
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
@ -33,7 +43,7 @@ body:
id: reproduction_steps id: reproduction_steps
attributes: attributes:
label: "Reproduction Steps" label: "Reproduction Steps"
description: "Please list the steps taken to reproduce the bug, e.g. 1. Go to ... 2. Do ..." description: "Please list the steps taken to reproduce the bug, if applicable. (e.g. 1. Go to ... 2. Do ...)"
- type: textarea - type: textarea
id: screenshots id: screenshots

31
.github/ISSUE_TEMPLATE/02-question.yml vendored Normal file
View file

@ -0,0 +1,31 @@
name: Question
description: Ask a question regarding Super Mario Bros. Remastered
labels: ["❔ Question"]
title: '[Question]: '
body:
- type: checkboxes
id: type
attributes:
label: "Type of Issue"
description: "Please select any applicable areas of the game that are affected by this question. (Leave blank 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: false
- type: textarea
id: description
attributes:
label: "Description"
description: "Please write your question in a clear and concise manner."

View file

@ -0,0 +1,37 @@
name: Suggestion
description: Submit a suggestion for Super Mario Bros. Remastered.
labels: ["💡 Suggestion"]
title: '[Suggestion]: '
body:
- type: checkboxes
id: type
attributes:
label: "Type of Suggestion"
description: 'Select all applicable areas of the game that this suggestion touches on. (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 suggestion you have. Nothing too ambitious, please!"
- type: textarea
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain the suggestion."