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.
31 lines
904 B
YAML
31 lines
904 B
YAML
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."
|