.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 <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e25a2d0..7edb98f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,30 +7,26 @@
 
 ---
 
-Please direct general questions to:
+For asking questions, see:
+- [GitHub Discussions (Q&A)](https://github.com/golang/vscode-go/discussions/categories/q-a)
 - [`#vscode` channel in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode)
 
-Please review the [documentation](https://github.com/golang/vscode-go/tree/master/docs) before filing an issue.
-Helpful pages include:
- 
-- [GOPATH](https://github.com/golang/vscode-go/tree/master/docs/gopath.md)
-- [Module Support](https://github.com/golang/vscode-go/tree/master/docs/modules.md)
-- [Go Language Server](https://github.com/golang/vscode-go/blob/master/docs/gopls.md)
-- [Debugging](https://github.com/golang/vscode-go/tree/master/docs/debugging.md)
-  - Set "trace": "log" and share the resulting logs in the debug console when logging an issue.
+Before filing an issue, please review our troubleshooting guides
+* [Troubleshooting problems with debugging](https://github.com/golang/vscode-go/blob/master/docs/debugging.md#troubleshooting)
+* [Troubleshooting other problems](https://github.com/golang/vscode-go/tree/master/docs/troubleshooting.md)
 
 Please answer these questions before submitting your issue. Thanks!
 
 ### What version of Go, VS Code & VS Code Go extension are you using?
-- Run `go version` to get version of Go
+* Run `go version` to get version of Go from _the VS Code integrated terminal_.
 	- <Paste go version here>
-- 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).
+* Run `gopls -v version` to get version of Gopls from _the VS Code integrated terminal_.
 	- <Paste gopls version here>
-- Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders
+* Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders.
 	- <Paste VS Code version here>
-- Check your installed extensions to get the version of the VS Code Go extension
+* Check your installed extensions to get the version of the VS Code Go extension
 	- <Paste Go extension version here>
-- Run `go env` to get the go development environment details
+* Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command.
 	- <Paste the output here>
 
 ### Share the Go related settings you have added/edited
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index e315bfc..5cffadb 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,7 +7,7 @@
 
 ---
 
-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).
+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.
 
 **Is your feature request related to a problem? Please describe.**
 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]