Fix bug report label in issue template

Github can't process checkboxes and concatenate into labels properly, ffs.
This commit is contained in:
Jeod
2025-09-29 06:44:16 -04:00
committed by GitHub
parent 00fffc35b7
commit f213f72ba0

View File

@@ -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 }}