From 166421febe068b374cf5fe79bc4632a5de05ff29 Mon Sep 17 00:00:00 2001 From: Nicolas Abril Date: Mon, 10 Jun 2024 13:19:43 +0200 Subject: [PATCH] Mention the FAQ in the bug report template --- .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 d0d67da6..8eb6d0be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,9 @@ body: attributes: value: | ### Bug Report - Note, your issue might have been already reported, please check [issues](https://github.com/HigherOrderCO/Bend/issues). If you find a similar issue, respond with a reaction or any additional information that you feel may be helpful. + Your issue might have been already reported. Please check the [frequently asked questions](https://github.com/HigherOrderCO/Bend/blob/main/FAQ.md) first, especially if you're having trouble installing or running the GPU runtime. + Then, please check the [existing issues](https://github.com/HigherOrderCO/Bend/issues) to see if someone else already reported it. If you find a similar issue, respond with a reaction or any additional information that you feel may be helpful. + Before opening a new issue, make sure that your Bend and HVM versions are up-to-date. ### For Windows Users There is currently no native way to make Bend work on windows, as a temporary workaround, please use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).