1# Contributing to Go 2 3Go is an open source project. 4 5It is the work of hundreds of contributors. We appreciate your help! 6 7 8## Filing issues 9 10When [filing an issue](https://github.com/golang/oauth2/issues), make sure to answer these five questions: 11 121. What version of Go are you using (`go version`)? 132. What operating system and processor architecture are you using? 143. What did you do? 154. What did you expect to see? 165. What did you see instead? 17 18General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker. 19The gophers there will answer or ask you to file an issue if you've tripped over a bug. 20 21## Contributing code 22 23Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html) 24before sending patches. 25 26**We do not accept GitHub pull requests** 27(we use [Gerrit](https://code.google.com/p/gerrit/) instead for code review). 28 29Unless otherwise noted, the Go source files are distributed under 30the BSD-style license found in the LICENSE file. 31 32