From 5f50bd10fa1d88a75c843e52f7cc957ab9a8af2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1?= <47506558+MegaRedHand@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:35:45 -0300 Subject: [PATCH] Ask about version in bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 04aae67ca6..e2663cf333 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -20,5 +21,8 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. +**What version/commit are you on?** +For example: v0.6.0, e762069, etc. + **Additional context** Add any other context about the problem here.