Codebase list golang-github-go-kit-kit / 9adcbcf
Add guidelines for contributing * Update README w/ link to contributing file * Add guidelines for contributing Harlow Ward 8 years ago
2 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 # Contributing
1
2 First, thank you for contributing! We love and encourge pull requests from everyone.
3
4 Here are a few guidelines to follow:
5
6 1. Open an [issue][issues] to discuss a new feature.
7 1. Write tests.
8 1. Make sure the entire test suite passes locally and on Travis CI.
9 1. Open a Pull Request.
10 1. [Squash your commits][squash] after receiving feedback and add a [great commit message][message].
11 1. Have fun!
12
13 [issues]: https://github.com/go-kit/kit/issues
14 [squash]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
15 [message]: https://github.com/go-kit/kit/issues
5151 stdlog.SetOutput(kitlog.NewStdlibAdapter(logger))
5252 }
5353 ```
54
55 ## Contributing
56
57 Please see [CONTRIBUTING.md]. Thank you, [contributors]!
58
59 [CONTRIBUTING.md]: /CONTRIBUTING.md
60 [contributors]: https://github.com/go-kit/kit/graphs/contributors