Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.28 KB

Contributing

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: