Skip to content

Commit cc04c37

Browse files
committed
.github/ISSUE_TEMPLATE: update bug report template
Change-Id: I2603344642660b451c60e34714e83525a087db72 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/285878 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent f7bd66d commit cc04c37

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,26 @@ assignees: ''
77

88
---
99

10-
Please direct general questions to:
10+
For asking questions, see:
11+
- [GitHub Discussions (Q&A)](https://github.com/golang/vscode-go/discussions/categories/q-a)
1112
- [`#vscode` channel in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode)
1213

13-
Please review the [documentation](https://github.com/golang/vscode-go/tree/master/docs) before filing an issue.
14-
Helpful pages include:
15-
16-
- [GOPATH](https://github.com/golang/vscode-go/tree/master/docs/gopath.md)
17-
- [Module Support](https://github.com/golang/vscode-go/tree/master/docs/modules.md)
18-
- [Go Language Server](https://github.com/golang/vscode-go/blob/master/docs/gopls.md)
19-
- [Debugging](https://github.com/golang/vscode-go/tree/master/docs/debugging.md)
20-
- Set "trace": "log" and share the resulting logs in the debug console when logging an issue.
14+
Before filing an issue, please review our troubleshooting guides
15+
* [Troubleshooting problems with debugging](https://github.com/golang/vscode-go/blob/master/docs/debugging.md#troubleshooting)
16+
* [Troubleshooting other problems](https://github.com/golang/vscode-go/tree/master/docs/troubleshooting.md)
2117

2218
Please answer these questions before submitting your issue. Thanks!
2319

2420
### What version of Go, VS Code & VS Code Go extension are you using?
25-
- Run `go version` to get version of Go
21+
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
2622
- <Paste go version here>
27-
- Run `gopls -v version` to get version of Gopls if you are using [the language server](https://github.com/golang/vscode-go/blob/master/docs/gopls.md).
23+
* Run `gopls -v version` to get version of Gopls from _the VS Code integrated terminal_.
2824
- <Paste gopls version here>
29-
- Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders
25+
* Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders.
3026
- <Paste VS Code version here>
31-
- Check your installed extensions to get the version of the VS Code Go extension
27+
* Check your installed extensions to get the version of the VS Code Go extension
3228
- <Paste Go extension version here>
33-
- Run `go env` to get the go development environment details
29+
* Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command.
3430
- <Paste the output here>
3531

3632
### Share the Go related settings you have added/edited

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
If you have a question, please ask it on the `#vscode` or `#vscode-go` channels in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode).
10+
If you have a feature request, please share your idea on the [GitHub Discussion](https://github.com/golang/vscode-go/discussions/categories/ideas), or on the [`#vscode` channel](https://invite.slack.golangbridge.org/messages/vscode) in Gophers Slack first.
1111

1212
**Is your feature request related to a problem? Please describe.**
1313
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

0 commit comments

Comments
 (0)