mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
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:
parent
bd6b412bc8
commit
eb72be0ed1
1 changed files with 37 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/03-suggestion.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/03-suggestion.yml
vendored
Normal 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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue