mirror of
https://github.com/golang/go
synced 2024-11-14 19:00:27 -07:00
31b2c4cc25
This makes GitHub render the markdown file automatically on their web UI. SUPPORT.md is the recommended file name according to the GitHub documentation: https://help.github.com/articles/adding-support-resources-to-your-project/ Fixes #21223 Change-Id: I9f9b9daced9c29a16850e8c446656f353f50b1ae Reviewed-on: https://go-review.googlesource.com/52013 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
15 lines
697 B
Markdown
15 lines
697 B
Markdown
Unlike many projects on GitHub, the Go project does not use its bug tracker for general discussion or asking questions.
|
|
We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://golang.org/s/proposal-process).
|
|
|
|
For asking questions, see:
|
|
|
|
* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts)
|
|
|
|
* [The Go Forum](https://forum.golangbridge.org/), a web-based forum
|
|
|
|
* [Gophers Slack](https://gophers.slack.com), use the [invite app](https://invite.slack.golangbridge.org/) for access
|
|
|
|
* [Stack Overflow](http://stackoverflow.com/questions/tagged/go) with questions tagged "go"
|
|
|
|
* **IRC** channel #go-nuts on Freenode
|