CONTRIBUTING.md 405 B

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.