Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1.36 KB

Contributing

First of all thank you for contributing!

Make your contributions through Pull Requests

Find here a few rules to follow in order to keep the code clean and easy to review and merge:

  • Follow PSR-12 coding standard
  • Unit test everything and run the test suite
  • Try not to bring code coverage down
  • Keep documentation updated
  • Just one pull request per feature at a time
  • Check that GitHub Actions build passed

Makefile targets are provided to help you keep code quality and run the test suite: