We want to make contributing to this project as easy and transparent as possible.
We actively welcome your pull requests.
- Fork the repo and create your branch from
develop. - Keep pull requests small. Split large changes into multiple pull-requests where possible to make reviews easier.
- Avoid unnessary changes to white-space and formatting to make reviews easier.
- Document the feature or bugfix in the pull request description.
- Test changes on all PHP versions supported by the
developbranch listed in README.md.
Pull requests will be merged into the develop branch and backported to the current stable point-release branch where appropiate.
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
By contributing, you agree that your contributions will be licensed under the GPL3-0.txt file in the misc directory of this source tree.