From 48805eb914df2d5399cad7353887e054bef897e8 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 31 Aug 2023 12:19:37 +0200 Subject: [PATCH] chore: improve issue template (#17594) --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 00c0caa66f..e33d7aafc0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,7 +8,14 @@ body: value: | Thanks for taking the time to fill out this bug report! Before smashing the submit button please review the template. - Please also ensure that this is not a duplicate issue :) + + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search existing issues to avoid creating duplicates. + options: + - label: I have searched the existing issues + required: true - type: markdown attributes: