From 4f4e562cba963c0be5e57d970b811c702f92fa59 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Mon, 24 Jul 2017 08:18:06 -0700 Subject: .github: add SUPPORT file GitHub recently added support for a SUPPORT file: https://github.com/blog/2400-support-file-support This SUPPORT file is a very lightly edited copy of the wiki entry on asking questions: https://github.com/golang/go/wiki/Questions Change-Id: Ic1eb74d985ea30862defb99750fb42da84e492de Reviewed-on: https://go-review.googlesource.com/50930 Reviewed-by: Brad Fitzpatrick --- .github/SUPPORT | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/SUPPORT diff --git a/.github/SUPPORT b/.github/SUPPORT new file mode 100644 index 0000000000..9a4d7b2759 --- /dev/null +++ b/.github/SUPPORT @@ -0,0 +1,14 @@ +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 -- cgit v1.2.3-54-g00ecf