From f32a3980985870680ddd69cf2d195688906d7b5d Mon Sep 17 00:00:00 2001 From: UncertainProd Date: Tue, 4 Jan 2022 05:28:56 +0530 Subject: [PATCH] Added version number requirement in bug reports --- .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 363d387..d1f20ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,6 +20,9 @@ A clear and concise description of what was expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**Which version was it on?** +The version number of the tool this bug was found on. + **Application ran from exe or from source?** - OS: - Was the application run from source or was it the executable from gamebanana?