Contributions are welcome!
We accept contributions via Pull Requests on Github.
-
PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.
-
Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up to date. -
Add tests - Your patch won't be accepted if it doesn't have tests.
-
Create feature branches - Pull requests from your master branch won't be accepted.
-
One pull request per feature - If you want to do more than one thing, create multiple pull requests.
-
Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.