Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 781 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 781 Bytes

Contributing

Here are a few guidelines and rules to follow when you'd like to contribute to the project:

Please ensure that your code fulfills these standards before any Pull Request (PR) by running the following tools found in the bin/ directory after composer install.

php bin/php-cs-fixer fix src
php bin/php-formatter formatter:use:sort src/

php bin/php-cs-fixer fix tests
php bin/php-formatter formatter:use:sort tests/

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New features must come paired with Unit and/or Functional tests.