From 90602cc135783783ba52c824d7d24f9de2a24bcf Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Thu, 22 Jun 2023 15:26:22 -0700 Subject: [PATCH] [github] Update issue template to collect more project info (#5090) --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bc502f239a..de6ae4191d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,6 +15,8 @@ Steps to reproduce the behavior: 1. ... 2. ... + - Link to code: + **Expected behavior** A clear and concise description of what you expected to happen. @@ -22,10 +24,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):** - - WPILib Version: [e.g. 2021.3.1] - OS: [e.g. Windows 11] - - Java version [e.g. 1.10.2] - - C++ version [e.g. 17] + - Project Information: [In Visual Studio Code, press the WPILib button and choose WPILib: Open Project Information. Press the copy button and paste the data here. If not using VS Code, please include WPILib version, Gradle version, Java version, C++ version (if applicable), and any third party libraries and versions] **Additional context** Add any other context about the problem here.