Thanks for your contribution to this project.
- If you added something new, create a new unit test. If you change anything, update everything if necessary unit tests.
- We strive to achieve 100% code coverage with tests, including checking for PHP errors and exceptions. That's why Make sure your new or changed tests fully cover all the changes you've made.
- Make sure you have updated
README.md
. - Create feature branches. Only submit pull requests to the master branch.
- One pull request per feature.