OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / go-kit / kit / CONTRIBUTING.md
1 # Contributing
2
3 First, thank you for contributing! We love and encourage pull requests from everyone.
4
5 Before submitting major changes, here are a few guidelines to follow:
6
7 1. Check the [open issues][issues] and [pull requests][prs] for existing discussions.
8 1. Open an [issue][issues] first, to discuss a new feature or enhancement.
9 1. Write tests, and make sure the test suite passes locally and on CI.
10 1. Open a pull request, and reference the relevant issue(s).
11 1. After receiving feedback, [squash your commits][squash] and add a [great commit message][message].
12 1. Have fun!
13
14 [issues]: https://github.com/go-kit/kit/issues
15 [prs]: https://github.com/go-kit/kit/pulls
16 [squash]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
17 [message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
18