From 4529d0a89157523c3dbf6d9d50e93863ba0d976d Mon Sep 17 00:00:00 2001 From: Iceman Date: Tue, 30 Jun 2020 15:13:58 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 940722506..de546a42e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,18 @@ assignees: '' --- +***Things to try before submitting bug report*** +read the [troubleshooting guide](/doc/md/Installation_Instructions/Troubleshooting.md) + +***Compilation problems*** +Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake. + +***flashing problems*** +Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to RRG/Iceman repo. + + +- + **Describe the bug** A clear and concise description of what the bug is.