CONTRIBUTING.md
CONTRIBUTING
============
Any contribution is welcome.
All contributions must be tested following as much as possible the current test structure.
Look at current tests in ``test/suites`` for more details.
- run test suit: ``composer test``
The code follow the PSR-2 coding standards
- Check Coding standards: ``composer cscheck``
- auto fix standards: ``.composer csfix``