CONTRIBUTING.md (770B)
1 # Contributing 2 3 We use GitHub to manage reviews of pull requests. 4 5 * If you have a trivial fix or improvement, go ahead and create a pull 6 request, addressing (with `@...`) one or more of the maintainers 7 (see [AUTHORS.md](AUTHORS.md)) in the description of the pull request. 8 9 * If you plan to do something more involved, first propose your ideas 10 in a Github issue. This will avoid unnecessary work and surely give 11 you and us a good deal of inspiration. 12 13 * Relevant coding style guidelines are the [Go Code Review 14 Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) 15 and the _Formatting and style_ section of Peter Bourgon's [Go: Best 16 Practices for Production 17 Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).