mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-05 21:32:40 +02: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
|
||||
description: Report a bug with Super Mario Bros. Remastered
|
||||
labels: ["bug"]
|
||||
title: '[Bug Report]: '
|
||||
|
||||
body:
|
||||
@@ -39,6 +40,3 @@ body:
|
||||
attributes:
|
||||
label: "Screenshots"
|
||||
description: "If applicable, add screenshots to help explain the bug."
|
||||
|
||||
labels:
|
||||
- ${{ values.bug_type }}
|
Reference in New Issue
Block a user