From 9cc82a240bf621874636121667ba78bf9ad4fd7e Mon Sep 17 00:00:00 2001 From: jtagcat Date: Wed, 26 Jan 2022 08:16:58 +0000 Subject: [PATCH] .github: bug template: simplify debug info First: pasting multi-line in to sublist is hard. In this case, you have to indent every line with 6 spaces, then add backticks, go to new line, remove the ordered list ` - `. Instead: Only placeholder needs to be replaced, and output can be pasted straight away. Second: Remove duplicate requests: The last command already includes info requested above. This commit also removes those. --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3e85b56643..e75ae8dcb1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,16 +22,20 @@ Please answer these questions before submitting your issue. Thanks! ### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
-* Run `go version` to get version of Go from _the VS Code integrated terminal_. - - -* Run `gopls -v version` to get version of Gopls from _the VS Code integrated terminal_. - - -* Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders. - - -* Check your installed extensions to get the version of the VS Code Go extension - - -* Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command. - - +#### Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders. +``` + +``` + +#### Check your installed extensions to get the version of the VS Code Go extension +``` + +``` + +#### Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command. +``` + +```
### Share the Go related settings you have added/edited