- Make sure you have a GitHub account
- Fork the repository on GitHub.
I am looking forward to your contributions. There are several ways to help out:
- Write missing testcases
- Write patches for bugs/features, preferably with testcases included
There are a few guidelines that I need contributors to follow:
- Coding standards (
composer cs-check
to check andcomposer cs-fix
to fix) - Passing tests (you can enable travis to assert your changes pass) for Windows and Unix (
php phpunit.phar
)