Skip to content

Commit b9b3b47

Browse files
committed
README.md: encourage stackoverflow for Q&A
We are not watching Slack actively, so make it less prominent in various places. Change-Id: Ie6102e0782d2047fae85cbed2303265a4278a013 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/337889 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
1 parent e6b8fe7 commit b9b3b47

File tree

7 files changed

+12
-16
lines changed

7 files changed

+12
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ assignees: ''
88
---
99

1010
For asking questions, see:
11-
- [GitHub Discussions (Q&A)](https://github.com/golang/vscode-go/discussions/categories/q-a)
11+
- [Stack Overflow](https://stackoverflow.com/questions/tagged/go+visual-studio-code)
12+
- [GitHub Discussions (Help)](https://github.com/golang/vscode-go/discussions/categories/help)
1213
- [`#vscode` channel in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode)
1314

1415
Before filing an issue, please review our troubleshooting guides

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
url: https://invite.slack.golangbridge.org/
5-
about: Ask and answer questions on the `#vscode` channel in Gophers Slacks.
4+
url: https://stackoverflow.com/questions/tagged/go+visual-studio-code
5+
about: Ask and answer questions on Stack Overflow.

.github/SUPPORT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
For asking questions, visit:
22

3-
* `#vscode` channel in [Gophers Slack](https://gophers.slack.com) for general questions.
4-
* `#vscode-dev` channel in [Gophers Slack](https://gophers.slack.com) for extension development-related questions.
5-
6-
Use the [invite app](https://invite.slack.golangbridge.org/) for access.
3+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/go+visual-studio-code)
4+
* [Gophers Slack](https://gophers.slack.com) - Use the [invite app](https://invite.slack.golangbridge.org/) for access.
5+
* `#vscode` channel for general questions
6+
* `#vscode-dev` channel for extension development-related questions

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ troubleshooting](docs/troubleshooting.md), and another specifically for
131131
If the troubleshooting guides did not resolve the issue, please reach out to us
132132
by [filing an issue](https://github.com/golang/vscode-go/issues/new/choose),
133133
[starting a GitHub discussion](https://github.com/golang/vscode-go/discussions),
134-
or by asking a question in the [Gophers Slack]. We hang out in the `#vscode`
135-
channel!
134+
or by asking a question on [Stack Overflow].
136135

137136
Also, you can take a look at [learn.go.dev](https://learn.go.dev) and
138137
[golang.org/help](https://golang.org/help) for more general guidance on using
@@ -162,7 +161,7 @@ conduct-related issue, please mail [email protected].
162161

163162
[MIT](LICENSE)
164163

165-
[Gophers Slack]: https://gophers.slack.com/
164+
[Stack Overflow]: https://stackoverflow.com/questions/tagged/go+visual-studio-code
166165
[`gopls`]: https://golang.org/s/gopls
167166
[`go`]: https://golang.org/cmd/go
168167
[Managing extensions in VS Code]: https://code.visualstudio.com/docs/editor/extension-gallery

docs/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ This is not a required step, but if you want to continue digging deeper, you can
402402

403403
### Ask for help
404404

405-
At this point, it's time to look at the [common issues](#common-issues) below or the [existing debugging issues](https://github.com/golang/vscode-go/issues?q=is%3Aissue+is%3Aopen+label%3Adebug) on the [issue tracker](https://github.com/golang/vscode-go/issues). If that still doesn't solve your problem, [file a new issue](https://github.com/golang/vscode-go/issues/new/choose) or ask a question on the `#vscode` channel of the [Gophers Slack](https://gophers.slack.com).
405+
At this point, it's time to look at the [common issues](#common-issues) below or the [existing debugging issues](https://github.com/golang/vscode-go/issues?q=is%3Aissue+is%3Aopen+label%3Adebug) on the [issue tracker](https://github.com/golang/vscode-go/issues). If that still doesn't solve your problem, [file a new issue](https://github.com/golang/vscode-go/issues/new/choose).
406406

407407
## Common Issues
408408

docs/dlv-dap.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,6 @@ Sometimes you’d like to launch the program for debugging outside VS Code (e.g.
386386

387387
## Reporting issues
388388

389-
The VS Code Go maintainers are reachable via the issue tracker and the `#vscode` channel in [the Gophers Slack](https://invite.slack.golangbridge.org).
390-
391-
Please reach out on Slack with questions, suggestions, or ideas. If you have trouble getting started on an issue, we'd be happy to provide pointers and advice.
392-
393389
When you are having issues in `dlv-dap` mode, first check if the problems are reproducible after updating `dlv-dap`. It's possible that the problems are already fixed. Follow the instruction for [updating dlv-dap](#updating-dlv-dap)) and [updating extension](https://code.visualstudio.com/docs/editor/extension-gallery#\_extension-autoupdate).
394390

395391
Please report issues in [our issue tracker](https://github.com/golang/vscode-go/issues) with the following information.

docs/nightly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Once you have uninstalled or disabled the standard Go extension, search for [Go
1616

1717
## Feedback
1818

19-
If you use [Go Nightly], please share your feedback or bug reports by [filing an issue]. You can also speak to the maintainers directly in the [#vscode-dev](https://gophers.slack.com/archives/CUWGEKH5Z) channel on the [Gophers Slack].
19+
If you use [Go Nightly], please share your feedback or bug reports by [filing an issue].
2020

2121
### Community
2222

0 commit comments

Comments
 (0)