- Fork the repo
- Clone your fork
- Hack away
- If you are adding new functionality, document it in the README
- If necessary, rebase your commits into logical chunks, without errors
- Verify your code by running the test suite, and adding additional tests if able.
- Push the branch up to GitHub
- Send a pull request
We'll do our best to get your changes in!
The tests are written for phpunit which is installed via composer. Run them like this:
% composer install
% ./vendor/bin/phpunit tests/*