- Fork the project.
- Setup it on your machine with
bin/bootstrap
. - Make sure the tests pass:
bin/ci
. - Make your change. Add tests for your change when necessary. Make the tests pass:
bin/ci
. - Push to your fork and submit a pull request (bonus points for topic branches).