If you wish to contribute to Imbo, please read the following resources first:
- The Contributing to Imbo chapter in the documentation
Imbo has both Behat and PHPUnit tests, and when adding new features or fixing bugs you are required to add relevant test cases. Remember to install dependencies before running the tests:
composer install
./vendor/bin/behat --strict
./vendor/bin/phpunit --verbose -c tests/phpunit
Imbo uses Read the docs for documentation, and all docs are located in the docs
dir. The docs are written using Sphinx, and if you are contributing new features please add relevant docs.