Codebase list golang-github-go-kit-kit / 95a7937
Move contributing link to top level Harlow Ward 8 years ago
3 changed file(s) with 11 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
11
22 First, thank you for contributing! We love and encourge pull requests from everyone.
33
4 Here are a few guidelines to follow:
4 At this stage, we're still developing the initial drafts of all of the packages, using an
5 [RFC workflow](https://github.com/go-kit/kit/tree/master/rfc).
56
7 Before submitting major changes, here are a few guidelines to follow:
8
9 1. Check the [open issues][issues] and [pull requests][prs] for existing discussions.
610 1. Open an [issue][issues] to discuss a new feature.
711 1. Write tests.
812 1. Make sure the entire test suite passes locally and on Travis CI.
1115 1. Have fun!
1216
1317 [issues]: https://github.com/go-kit/kit/issues
18 [prs]: https://github.com/go-kit/kit/pulls
1419 [squash]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
1520 [message]: https://github.com/go-kit/kit/issues
21
3434
3535 ## Contributing
3636
37 At this stage, we're still developing the initial drafts of all of the packages, using an
38 [RFC workflow](https://github.com/go-kit/kit/tree/master/rfc).
39 Before submitting major changes, please write to
40 [the mailing list](https://groups.google.com/forum/#!forum/go-kit)
41 to register your interest, and check the
42 [open issues](https://github.com/go-kit/kit/issues) and
43 [pull requests](https://github.com/go-kit/kit/pulls)
44 for existing discussions.
37 Please see [CONTRIBUTING.md]. Thank you, [contributors]!
38
39 [CONTRIBUTING.md]: /CONTRIBUTING.md
40 [contributors]: https://github.com/go-kit/kit/graphs/contributors
4541
4642 ### Dependency management
4743
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