From 79b438f7f7b2c2057db8beec0c044beada6e3a63 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Wed, 1 Jan 2025 13:39:12 +0200 Subject: [PATCH] updated bug report template --- .github/ISSUE_TEMPLATE/1-bug.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 3ccbd84d..b2543db4 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -7,6 +7,15 @@ body: attributes: value: | Thanks for taking the time to improve cleanuperr! + - type: checkboxes + id: init + attributes: + label: "Before submitting a bug report, I have:" + options: + - label: Reviewed the documentation. + required: true + - label: Ensured I am using the latest version. + required: true - type: textarea id: what-happened attributes: