summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLuka Markušić <luka.markusic@microblink.com>2022-07-28 21:17:15 +0200
committerGitHub <noreply@github.com>2022-07-28 21:17:15 +0200
commit017d44ff171889359375326c938c870f2e2f83e1 (patch)
treed1681f9554b49595fcfd26d3d1875941fa48fac5 /.github
parent367b0d331836c90c015bf0c45f88612f3d94d08a (diff)
Update bug_report.md
Add the `please try updating` tidbit to the bug report because that's one of the most common answers (and it cuts down debugging time)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 845b8ab35..cf0d253c7 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -30,3 +30,5 @@ If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
+
+**Note:** please try updating to the latest version or manually building the latest `master` to see if the issue still occurs.