Contributing
Your help is greatly appreciated.
Getting started
- Make sure you have a GitHub account.
- Fork the repository on GitHub.
Making changes
There are several ways to help out:
- Write missing test cases.
- Write patches for bugs or features, preferably with test cases included.
A few guidelines to follow:
- Coding standards: run
composer cs-check(andcomposer cs-fixto auto-correct). - Passing tests: run
composer test.