Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 686 Bytes

File metadata and controls

16 lines (11 loc) · 686 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-cs-fixer fix 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.