From aeb0601147adcbe147d21e56a0c326ec656c1c8c Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 20 Sep 2022 09:03:36 +0900 Subject: [PATCH] Update bug_report.yml (#1812) I think we should at least recommend the reporter read the troubleshooting guide before submitting a bug report. It would give them more chances to realize it isn't a bug in some cases. --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b8a28b0..6460212c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,14 @@ description: File a bug report title: "Bug" labels: ["bug"] body: +- type: checkboxes + id: read-troubleshooting-guide + attributes: + label: Checks + description: Please check the boxes below before submitting + options: + - label: I've already read https://github.com/actions-runner-controller/actions-runner-controller/blob/master/TROUBLESHOOTING.md and I'm sure my issue is not covered in the troubleshooting guide. + required: true - type: input id: controller-version attributes: