Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 366 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 366 Bytes

How to Contribute

Just follow 3 rules:

  • 1 feature per pull-request

  • New features need tests

  • Tests, coding standards and PHPStan checks must pass:

    composer complete-check

    Do you need to fix coding standards? Run:

    composer fix-cs

We would be happy to accept PRs that follow these guidelines.