Contributions are welcome!
We accept contributions via Pull Requests on Github.
- Create an issue first - This will make sure you don't waste your time building something that won't be merged
- 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 - Any significant change in the codebase should include tests
- Create feature branches - Pull requests from your master branch won't be accepted
- Consider our release cycle - We try to follow SemVer v2.0.0, randomly breaking public APIs is not an option
- 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