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 testsThere 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.