From 17392d098a0c93d05de6763564b758d45e1dd5ca Mon Sep 17 00:00:00 2001 From: Fabian <97912636+fziegner@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:32:37 +0100 Subject: [PATCH] added version check for bug report --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5535e260..0f2d65c0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,6 +8,6 @@ assignees: '' --- * [ ] Have you searched the issue tracker for the same problem? -* [ ] Have you checked if you're using the latest version? +* [ ] Have you checked if you're using the latest version? If not, which version are you using? * [ ] Have you mentioned the steps to reproduce the issue? * [ ] Have you, if applicable, included error messages?