mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public
This commit is contained in:
18
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
18
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
@@ -8,6 +8,19 @@ body:
|
||||
attributes:
|
||||
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."
|
||||
|
||||
- type: checkboxes
|
||||
id: bug_type
|
||||
attributes:
|
||||
label: "Bug Type"
|
||||
description: "Select all that apply (leave blank if unsure)."
|
||||
options:
|
||||
- label: campaign bug
|
||||
- label: editor bug
|
||||
- label: custom pack bug
|
||||
- label: ui bug
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
@@ -25,4 +38,7 @@ body:
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: "Screenshots"
|
||||
description: "If applicable, add screenshots to help explain the bug."
|
||||
description: "If applicable, add screenshots to help explain the bug."
|
||||
|
||||
labels:
|
||||
- ${{ values.bug_type }}
|
Reference in New Issue
Block a user