Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (4 loc) · 419 Bytes

#Contribution guide

  1. Run fixers. Your code MUST respect PSR conventions. Please run make fix in order to submit your contribution.
  2. 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.
  3. Create a pull request. Explain the purpose of your contribution.