- Write good commit messages!
- Include an issue id in your commit message.
- Run
php-cs-fixer fix
prior to committing. - Run
phpunit
to ensure all tests (including your new tests) are passing.
php-cs-fixer fix
prior to committing.phpunit
to ensure all tests (including your new tests) are passing.