From 73f5cc3b929f49c5519638a5b947a4292b231125 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 5 Jul 2022 08:50:05 +1000 Subject: [PATCH] Update issue template with links --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0b1397fb5..1c31a1cba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,7 +11,9 @@ body: Before submitting this issue, please do the following: - Do a web search for your error. This usually leads to a much better understanding of the issue. - Prove that the error is indeed a Wails bug and not an application bug, with a specific set of steps to reproduce. - - Search both the issue tracker (even closed issues) and discussion forums. + - Search the issue tracker using [this link](https://github.com/wailsapp/wails/issues?q=is%3Aissue+). + - Search the [discussion forums](https://github.com/wailsapp/wails/discussions?discussions_q=type+your+issue+here). + - Read the [Troubleshooting Guide](https://wails.io/docs/next/guides/troubleshooting). - Try to fix it yourself. Keep a list of things you have done to fix the problem. If after doing all the above, the problem remains, please continue with this ticket providing *all* the information requested.