From 9df6fb03db0001bf73643a7f699335d0358c79d5 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Fri, 1 Sep 2023 12:52:59 -0400 Subject: [PATCH] Revert dbac77e2de695092471dc6bd11e2542943a31581...b105d6d48e77fdf91f3d52c86ef3551eb9f5cf9e --- Questions.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Questions.md diff --git a/Questions.md b/Questions.md new file mode 100644 index 00000000..381ff7c8 --- /dev/null +++ b/Questions.md @@ -0,0 +1,25 @@ +# Asking Questions + +Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and [proposals](https://go.dev/s/proposal-process) only. + +For asking questions, see: + +* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go" or "golang" + +* [The Go Forum](https://forum.golangbridge.org/), a web-based forum + +* [Gophers Discord](https://discord.gg/golang) "Get live support and talk with other gophers on the Go Discord" + +* [Gophers Slack](https://gophers.slack.com), use the [invite app](https://invite.slack.golangbridge.org/) for access. The `#general` channel is a good starting point. + +* [Go Community on Hashnode](https://hashnode.com/n/go) with questions and posts tagged with "go" + +* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts) + +* [Subreddit for Go](https://www.reddit.com/r/golang/) + +* **IRC** channel #go-nuts on Libera + +If we closed your issue as a question with a link to this wiki, we apologize. Please ask the question on one of the above forums. + +Please do not write your question on a wiki page. Please use one of the above forums. \ No newline at end of file