From bb8ffa7b0940ebed54ed3bcea84ef98faa33cb4d Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 21 Jul 2023 15:43:56 -0400 Subject: [PATCH] Make GitHub issue template more relevant (#468) The old template was the default for GitHub, but it was off the mark a little for some aspects. This change hopes to make the template more useful --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7824f..9be1ad802fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,16 +23,11 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Version Information (please complete the following information):** + - OS and OS Version/extra details: [e.g. Windows, Linux, macOS] + - Eclipse Version from Help -> About [e.g. 2023-09, 4.28] + - CDT Version from Help -> About -> Installation Details -> Features tab [e.g. 10.3.1, 11.2.0] -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] **Additional context** -Add any other context about the problem here. +Add any other context about the problem here. For example the error log (in workspace/.metadata/.log) or for GDB interaction issues the [GDB traces](https://github.com/eclipse-cdt/cdt/tree/main/FAQ#ive-been-asked-for-gdb-traces-where-can-i-find-them)