Thanks for your interest in contributing to this project! Pull requests are welcome and appreciated.
-
Use
git clone
to get a copy of this project. -
Install dependencies with
composer install
.
If you make changes which affect the API, please regenerate the API docs.
Run make doc
.
Test your changes before committing. For now we only use PHP CodeSniffer.
Run make test
.