First off, thanks for taking the time to contribute!
We accept bug and feature requests via issues created here.
- Always search the issue or pull request list first - The odds are good that if you've found a problem, someone else has found it, too;
- Always try the master branch - to see if the reported bug has not already been fixed.
We accept contributions via pull requests here.
- Follow PSR-2 coding standards;
- Follow PSR-4 autoloading standards;
- Follow semver;
- Add tests (everything MUST be well tested);
- Improve documentation (don't forget to update README.md);
- Create topic branchs (don't send a PR from your master);
- One pull request per feature;
- Send coherent history by rebasing your work before submitting;
- master: used to the next major release (new features that breaks BC)
- 3.x: used to fix bugs
- 2.1: unmaintained (all users should upgrade to +3.x)
Thank you and happy coding!
@lcobucci