From 0e631ad2f2cc08d853f6e0c0f05426582f76a006 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 18 Oct 2021 09:09:57 -0700 Subject: [PATCH] Add WPILib version to issue template (#3641) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 76b7301f0f..bc502f239a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,8 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. Windows] + - WPILib Version: [e.g. 2021.3.1] + - OS: [e.g. Windows 11] - Java version [e.g. 1.10.2] - C++ version [e.g. 17]