Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 492 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 492 Bytes

Contributing

This project follows some standards. If you want to collaborate, please ensure that your code fulfills these standards before any Pull Request.

composer update
composer check-style

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, check them using:

composer test