Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 508 Bytes

File metadata and controls

9 lines (8 loc) · 508 Bytes

Contributions welcome!

  1. Fork the repo on GitHub.
  2. Update submodules: git submodule update --init
  3. Run the test suite. composer install then run vendor/bin/phpunit from the project directory.
  4. Please add tests tests for your change!
  5. Make the tests pass.
  6. Auto-format. composer install then run vendor/bin/php-cs-fixer fix from the project directory.
  7. Push your fork to GitHub and submit a pull request against the main branch.