From d41a281d531e5f70c2c1ded1b1bbc4446d4e3b54 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 1 Jun 2021 00:54:22 +0100 Subject: [PATCH] mention tray icon in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 33afbf4..60ee299 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,8 +19,11 @@ What to do to reproduce the problem. **Logs** +**If you're using a build with a tray icon, right-click on it and press "Open logs" to access your logs.** + When you notice the problem, check the output of `jfa-go`. If the problem is not obvious (e.g a panic (red text) or 'ERROR' log), re-run jfa-go with the `-debug` argument and reproduce the problem. You should then take a screenshot of the output, or paste it here, preferably between \`\`\` tags (e.g \`\`\``Log here`\`\`\`). Remember to censor any personal information. + If nothing catches your eye in the log, access the admin page via your browser, go into the console (Right click > Inspect Element > Console), refresh, reproduce the problem then paste the output here in the same way as above. **Configuration**