Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 911 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 911 Bytes

Contributing to Imbo

Resources

If you wish to contribute to Imbo, please read the following resources first:

Running tests

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

Behat

vendor/bin/behat --strict

PHPUnit

vendor/bin/phpunit

Writing documentation

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.