Before doing any work, please log the issue in the github issue tracker.
- Fork the repo and clone locally
- Branch off of master with the following naming convention:
- If a feature, name as feature/descriptive-name
- If a bugfix, name as bugfix/{issue_number}
- Do work, commit and push branch
- Create a pull request on GitHub
Please ensure to add tests and check coverage and coding standards by running:
# Run tests
composer test
# Run coverage
composer test:cov
# Run codesniffer
composer test:style
The project aims to stay at 100% coverage.
PSR2