Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 641 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 641 Bytes

Contributing Guidelines

Steps

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so we don't break it in a future version unintentionally.
  • Commit just the modifications, do not mess with the composer.json file.
  • Ensure your code is nicely formatted in the PSR-2 style and that all tests pass.
  • Send the pull request.

Testing locally

To install Psalm and run the full test suite locally, download Composer into the repository and then run:

make test