From cb9a9a02105dfb078b2786108abc7af5d031955e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 9 Mar 2022 11:02:13 +0100 Subject: [PATCH] Add the missing issue template key in the right section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++--- .github/ISSUE_TEMPLATE/feature_request.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5a1f0425..8fe3802d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,6 @@ description: Create a bug report body: - type: markdown attributes: - label: Description value: | Thank you for reporting an issue. @@ -13,9 +12,9 @@ body: Please fill in as much of the template below as you're able. - type: checkboxes attributes: + label: Duplicate issue options: - - label: I've searched for any related issues and avoided creating a - duplicate issue. + - label: I've searched for any related issues and avoided creating a duplicate issue. required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4f6c53f1..8854c9ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,7 +4,6 @@ description: Request a feature body: - type: markdown attributes: - label: Description value: | Thank you for requesting a feature. @@ -12,9 +11,9 @@ body: - type: checkboxes attributes: + label: Duplicate issue options: - - label: I've searched for any related issues and avoided creating a - duplicate issue. + - label: I've searched for any related issues and avoided creating a duplicate issue. required: true - type: textarea attributes: -- 2.34.1