From 701d8fb4ffc9442578ecd089269a723067474490 Mon Sep 17 00:00:00 2001
From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
Date: Sat, 28 Sep 2024 08:07:56 +0100
Subject: [PATCH] bug_report: change to input
---
.github/ISSUE_TEMPLATE/bug_report.yml | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index b7b54c6..3fa60aa 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -29,14 +29,11 @@ body:
options:
- label: I have read the Discussions
required: true
-- type: dropdown
+- type: input
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'
- default: 0
+ 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 type 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 type NO but still open this issue, you will be permanently blocked for timewasting.
+ placeholder: YES or NO
validations:
required: true
- type: textarea