From b14d694e1e22cdd901d317837bc2bf533fa2e444 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Thu, 1 Sep 2022 13:45:14 -0500 Subject: [PATCH] templates: fix bug report label --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index dff9a566..d4c8702d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -2,7 +2,7 @@ name: Bug Report description: File a bug report. title: "Bug: " labels: - - bug + - bug / fix body: - type: markdown attributes: @@ -32,4 +32,4 @@ body: - Local generation - While playing validations: - required: true \ No newline at end of file + required: true