We love pull requests from everyone. By participating in this project, you agree to abide by the kvexpress code of conduct.
Fork, then clone the repo:
git clone [email protected]:your-username/kvexpress.git
Set up your machine:
brew cask install consul
brew install go
make deps
make
Make sure the tests pass:
make test
Make your change. Add tests for your change. Make the tests pass:
make test
Push to your fork and submit a pull request.
At this point you're waiting on us. We like to at least comment on pull requests within a few business days (and, typically, one or two business days). We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Make sure your code uses standard Golang conventions. go-plus works great with Atom.
- Clear is better than clever.
- Write a good commit message.
- Communicate with us clearly so that we understand what you're trying to accomplish.