From 0f58f463ff5a2f5e049997564e2b8530a67f0472 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 14 Jul 2022 13:29:35 +0800 Subject: Update bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 07cea7acf..1e3c85813 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -56,3 +56,17 @@ body: Before submitting a bug report, please make sure that this issue has not already been reported. You can use the search feature to find existing issues. Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: logs + attributes: + label: By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload. + options: + - label: Yes, and I did not use any paste services other than GitHub Gists. + required: true + - type: checkboxes + id: updates + attributes: + label: By submitting this issue, I have confirmed my REI and REI's dependencies are up to date. + options: + - label: Yes + required: true -- cgit