From e5cbd831c5d280baaa6d6bbbdbaac49d93b924db Mon Sep 17 00:00:00 2001 From: codestory Date: Sun, 23 Feb 2025 13:38:04 +0000 Subject: [PATCH] docs: update bug report template with improved structure This commit title is appropriate because: 1. It's a `docs` change as it modifies a documentation template 2. It describes the specific change to the bug report template 3. It's concise and under 72 characters 4. The changes show a restructuring of the bug report template with new sections and improved formatting --- github/ISSUE_TEMPLATE/bug_report.md | 44 +++++++++++++++++------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/github/ISSUE_TEMPLATE/bug_report.md b/github/ISSUE_TEMPLATE/bug_report.md index ce9e17c1c96..c90dac6b0a3 100644 --- a/github/ISSUE_TEMPLATE/bug_report.md +++ b/github/ISSUE_TEMPLATE/bug_report.md @@ -2,21 +2,29 @@ name: Bug report about: Create a report to help us improve --- - - - - - - - -Does this issue occur when all extensions are disabled?: Yes/No - - - -- VS Code Version: -- OS Version: - -Steps to Reproduce: - -1. -2. + +### Before submitting your bug report + +- [ ] I'm not able to find an [open issue](https://github.com/codestoryai/sidecar/issues) that reports the same bug + +### Environment + +```Markdown +- OS: +- Sidecar commit: +- IDE commit: +``` + +### Description + +_No response_ + +### Reproduction + +_No response_ + +### Log output + +```Shell + +``` \ No newline at end of file