From 0d8fe8fe50dc2f34438b13fb09066185d1b00c21 Mon Sep 17 00:00:00 2001
From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
Date: Sat, 28 Sep 2024 07:51:57 +0100
Subject: [PATCH] bug_report: no booleans allowed
---
.github/ISSUE_TEMPLATE/bug_report.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index fc766c5..fbab867 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -34,8 +34,8 @@ body:
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
+ - 'Yes'
+ - 'No'
validations:
required: true
- type: textarea