Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 874 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 874 Bytes

Contributing

First of all, thank you for contributing, you are awesome!

Here are a few rules to follow in order to ease code reviews, and discussions before maintainers accept and merge your work.

You MUST follow some coding standard rules, like PSR-1 and PSR-2. Fortunately, you can automate the fixing for that rules, using PHP-CS-Fixer tool. There is a configuration file included in this repository, named .php_cs.

You MUST run the test suite.

You MUST write (or update) unit tests.

Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.

Thank you!