Contributions are welcome and will be fully credited.
We accept contributions via pull requests on GitHub. Please review these guidelines before continuing.
- Please follow the StyleCI.
- Ensure that the current tests pass, and if you've added something new, add the tests where relevant.
- If you are changing or adding to the behaviour or public API, you may need to update the docs.
- Please remember that we follow Semantic Versioning.
First, run StyleCI:
./vendor/bin/php-cs-fixer fix .
Second, run the tests:
phpunit