Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 508 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 508 Bytes

#Contributing

Contributions are welcome :)

In order to maintain a good code, this is some rules to follow :

  • Via a Pull-Request on Github, you can propose a contribution (bug fixe, new feature, improvement)
  • PSR-2 compliant, your contribution must be.
  • Unit test, you must write or update and run $ phpunit.
  • Documentation, you will maintain.
  • Relevant commit messages, you must write (avoid BugFixe 1, BugFixe 2, BugFixe 3...)

Thank you!