From 61f77947ac215055d41923aeef6b4fbef3a242e2 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:39:28 -0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2972922b0..704e5e213 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -68,9 +68,20 @@ body: id: browser-logs attributes: label: Browser Logs - description: Please review and provide any relevant logs from the browser, if relevant + description: Please review and provide any logs from the browser, if relevant - type: textarea id: other attributes: label: Other - description: Any other relevant details. E.g. service version or API version, docker version, etc. + description: Please include output from your troubleshooting tests, if relevant. Include any other relevant details. E.g. service version or API version, docker version, etc. + - type: checkboxes + id: pre-flight + attributes: + label: Before submitting, I have made sure to: + options: + - label: Check [the documentation](https://gethomepage.dev/) + required: true + - label: Follow [the troubleshooting guide](https://gethomepage.dev/en/more/troubleshooting/) (please include output above if applicable). + required: true + - label: Search [existing issues](https://github.com/benphelps/homepage/search?q=&type=issues) and [discussions](https://github.com/benphelps/homepage/search?q=&type=discussions). + required: true