blob: d0485e887a2b59cf075e755b62c3f6a5bf1c410b [file] [log] [blame] [view]
Andrew Gerrand2a105dc2015-02-19 07:58:27 +11001# Contributing to Go
2
3Go is an open source project.
4
5It is the work of hundreds of contributors. We appreciate your help!
6
Andrew Gerrand2a105dc2015-02-19 07:58:27 +11007## Filing issues
8
9When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions:
10
Andrew Bonventred853e802018-03-14 13:21:36 -0400111. What version of Go are you using (`go version`)?
122. What operating system and processor architecture are you using?
133. What did you do?
144. What did you expect to see?
155. What did you see instead?
Andrew Gerrand2a105dc2015-02-19 07:58:27 +110016
17General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker.
18The gophers there will answer or ask you to file an issue if you've tripped over a bug.
19
20## Contributing code
21
22Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
23before sending patches.
24
Andrew Gerrand2a105dc2015-02-19 07:58:27 +110025Unless otherwise noted, the Go source files are distributed under
26the BSD-style license found in the LICENSE file.