To contribute to this package, please keep to these guidelines.
- Fork the package.
- Create a branch per feature.
- Commit your changes to these branches.
- Create a pull request per feature to the master branch of the original repository.
Pull request should follow these rules, before they can get accepted.
- Follow the pull request template.
- Contains a short but complete description.
- Has passed all test command listed bellow.
$ vendor/bin/phpunit --coverage-text
$ vendor/bin/phpcs src/ tests/
Multiple commits per feature are allowed, but please provide a good description in your pull request. This description will be used to squash your feature into the master branch.