Contributions are more than welcome via pull requests.
Before submitting a pull request:
- Check the codebase to ensure that your feature doesn't already exist.
- Check the pull requests to ensure that another person hasn't already submitted the feature or fix.
-
PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.
-
Add tests - Changes should have full test coverage.
-
Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up-to-date.