Bugs and new features should be submitted using [GitHub issues].
Please include with a detailed description and the expected behavior. If you
would like to submit a change yourself do the following steps.

1. Fork it.
2. Create a branch (`git checkout -b fix-for-that-thing`)
3. Commit a failing test (`git commit -am "adds a failing test to demonstrate that thing"`)
3. Commit a fix that makes the test pass (`git commit -am "fixes that thing"`)
4. Push to the branch (`git push origin fix-for-that-thing`)
5. Open a [Pull Request]

Please keep your branch up to date by rebasing upstream changes from master.

[Github issues]: https://github.com/paypal/makara/issues/new
[Pull Request]: https://github.com/paypal/makara/pulls
