From 33307ce4619a224998f5de668cb6f7348837189c Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 4 Jun 2023 04:08:25 +0100 Subject: [PATCH] bug_report: add troubleshooting check --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b189853..5088e39 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,6 +8,13 @@ body: options: - label: I have checked the README required: true +- type: checkboxes + attributes: + label: Have you followed our Troubleshooting? + description: Please follow our Troubleshooting. + options: + - label: I have followed your Troubleshooting + required: true - type: checkboxes attributes: label: Is there already an issue for your problem?