From 718da3a36f2db2df1847d68fda3386656bb397e2 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 28 Sep 2024 07:50:11 +0100 Subject: [PATCH] bug_report: add 'no really' drop down MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit maybe this will help... 🙄 --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5088e39..fc766c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,6 +29,15 @@ body: options: - label: I have read the Discussions required: true +- type: dropdown + attributes: + label: Have you ACTUALLY checked all these? + description: Please do not waste our time and yours; these checks are there for a reason, it is not just so you can tick boxes for fun. If you select Yes and it is clear you are lying or have put in no effort, your issue will be closed and locked without comment. If you select No but still open this issue, you will be permanently blocked for timewasting. + options: + - Yes + - No + validations: + required: true - type: textarea attributes: label: Environment