From 80df94cd3c372728ec2d74b4e51f6102d25eb255 Mon Sep 17 00:00:00 2001 From: Legit4K <44619264+Legit4K@users.noreply.github.com> Date: Tue, 24 Aug 2021 14:27:01 +0100 Subject: [PATCH] fix Bug Report Form YAML doesn't like the use of mapping values in this area --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index a54bd78..3c1d173 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -52,7 +52,7 @@ body: id: conditions attributes: label: Checklist - description: By submitting this issue, you have checked the following: + description: By submitting this issue, you have checked the following options: - label: My issue does not match any existing issues on this repo required: true