From d8c1f21d7a3b1b86f4fed105ce52a00456d67ffc Mon Sep 17 00:00:00 2001 From: Raj Dave Date: Mon, 19 Jan 2026 23:24:26 +0300 Subject: [PATCH] Add checkbox for I've read troubleshooting --- .github/ISSUE_TEMPLATE/2_bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index f34d8364..49eabec3 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -4,6 +4,14 @@ title: "[BUG] " labels: ["bug"] assignees: [] body: + - type: checkboxes + id: troubleshooting + attributes: + label: Prerequisites + description: Please confirm you have completed the following steps before submitting this bug report + options: + - label: I have read the [troubleshooting guide](https://github.com/nicotsx/zerobyte/blob/main/TROUBLESHOOTING.md) + required: true - type: textarea id: description attributes: