mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Fix bug report label in issue template
Github can't process checkboxes and concatenate into labels properly, ffs.
This commit is contained in:
4
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug with Super Mario Bros. Remastered
|
description: Report a bug with Super Mario Bros. Remastered
|
||||||
|
labels: ["bug"]
|
||||||
title: '[Bug Report]: '
|
title: '[Bug Report]: '
|
||||||
|
|
||||||
body:
|
body:
|
||||||
@@ -39,6 +40,3 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Screenshots"
|
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