If you don't know much about pull request, you can read the Github article.
Pull requests are highly appreciated. Here are some guidelines to help:
- Solve a problem. Features are great, but even better is cleaning-up and fixing issues.
- Write tests. This helps preserve functionality as the codebase grows.
- Small > Big. Better to have a few small PRs that address specific parts of the code.
Your code must:
- Works with PHP 5.4 and later
- Follow the PSR2 standard
- Be accompanied by passing phpunit tests.
- Fork the library repository
- Create a new branch for each feature or improvement
- Send a pull request from each feature branch to the v1.x branch