From 5420b8a4d8e2f03d122e388f6ee401533ae89905 Mon Sep 17 00:00:00 2001 From: Ian Baker Date: Tue, 12 Dec 2023 14:46:00 +0000 Subject: [PATCH] Try and fix invalid bug.yml issue template --- .github/ISSUE_TEMPLATE/bug.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 785f162041b..0a197bd0562 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -19,7 +19,5 @@ body: attributes: label: This project is deprecated options: - - label: | - I understand this project is deprecated and this issue will be closed with no - response. - required: true + - label: I understand this project is deprecated and this issue will be closed with no response. + required: true