[go: up one dir, main page]

Skip to content

Commit

Permalink
README.md: encourage stackoverflow for Q&A
Browse files Browse the repository at this point in the history
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 <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
  • Loading branch information
hyangah committed Jul 27, 2021
1 parent e6b8fe7 commit b9b3b47
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ assignees: ''
---

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

Before filing an issue, please review our troubleshooting guides
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://invite.slack.golangbridge.org/
about: Ask and answer questions on the `#vscode` channel in Gophers Slacks.
url: https://stackoverflow.com/questions/tagged/go+visual-studio-code
about: Ask and answer questions on Stack Overflow.
8 changes: 4 additions & 4 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
For asking questions, visit:

* `#vscode` channel in [Gophers Slack](https://gophers.slack.com) for general questions.
* `#vscode-dev` channel in [Gophers Slack](https://gophers.slack.com) for extension development-related questions.

Use the [invite app](https://invite.slack.golangbridge.org/) for access.
* [Stack Overflow](https://stackoverflow.com/questions/tagged/go+visual-studio-code)
* [Gophers Slack](https://gophers.slack.com) - Use the [invite app](https://invite.slack.golangbridge.org/) for access.
* `#vscode` channel for general questions
* `#vscode-dev` channel for extension development-related questions
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ troubleshooting](docs/troubleshooting.md), and another specifically for
If the troubleshooting guides did not resolve the issue, please reach out to us
by [filing an issue](https://github.com/golang/vscode-go/issues/new/choose),
[starting a GitHub discussion](https://github.com/golang/vscode-go/discussions),
or by asking a question in the [Gophers Slack]. We hang out in the `#vscode`
channel!
or by asking a question on [Stack Overflow].

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

[MIT](LICENSE)

[Gophers Slack]: https://gophers.slack.com/
[Stack Overflow]: https://stackoverflow.com/questions/tagged/go+visual-studio-code
[`gopls`]: https://golang.org/s/gopls
[`go`]: https://golang.org/cmd/go
[Managing extensions in VS Code]: https://code.visualstudio.com/docs/editor/extension-gallery
Expand Down
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ This is not a required step, but if you want to continue digging deeper, you can

### Ask for help

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).
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).

## Common Issues

Expand Down
4 changes: 0 additions & 4 deletions docs/dlv-dap.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,6 @@ Sometimes you’d like to launch the program for debugging outside VS Code (e.g.

## Reporting issues

The VS Code Go maintainers are reachable via the issue tracker and the `#vscode` channel in [the Gophers Slack](https://invite.slack.golangbridge.org).

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.

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).

Please report issues in [our issue tracker](https://github.com/golang/vscode-go/issues) with the following information.
Expand Down
2 changes: 1 addition & 1 deletion docs/nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Once you have uninstalled or disabled the standard Go extension, search for [Go

## Feedback

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].
If you use [Go Nightly], please share your feedback or bug reports by [filing an issue].

### Community

Expand Down

0 comments on commit b9b3b47

Please sign in to comment.