Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 405 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 405 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. Push your fork to GitHub and submit a pull request against the main branch.