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.