From 403f58d4a214b941996dc41608408e30d046c05c Mon Sep 17 00:00:00 2001 From: Moondarker Date: Tue, 1 Nov 2022 18:15:45 +0300 Subject: Added an important checkbox Wanted to add it at the bottom at first, but then thought about potential time waste for those who file an issue and it ends up being a duplicate --- .github/ISSUE_TEMPLATE/bug.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index efacc6d..496ec3e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -3,6 +3,12 @@ description: File a bug report! # title: "(Bug): " labels: ["bug"] body: + - type: checkboxes + attributes: + label: Have you tried to find similar open issues? + options: + - label: "Yes, this issue is not a duplicate" + required: true - type: input attributes: label: Browser -- cgit v1.2.3