Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 381 Bytes

contribute.md

File metadata and controls

19 lines (15 loc) · 381 Bytes

How to contribute

Before opening a pull request, be sure to follow the steps below.

Step 1 : check and correct the code using PHPStan and Rector

composer analyse
composer rector

Step 2 : run tests using PHPUnit and check all tests are OK

composer tests

Step 3 : check and correct coding standards using PHP CS Fixer

composer lint