- Fork the repo on GitHub.
- Update submodules:
git submodule update --init
- Run the test suite.
composer install
then runvendor/bin/phpunit
from the project directory. - Please add tests tests for your change!
- Make the tests pass.
- Push your fork to GitHub and submit a pull request against the
main
branch.