#Contribution guide
- Run fixers. Your code MUST respect PSR conventions. Please run
make fix
in order to submit your contribution. - Run tests. Your code MUST be tested. Please please also run
make test
and make sure everything is green before submitting your contribution. If you change a behavior or add new one, please, add your own tests. - Create a pull request. Explain the purpose of your contribution.