Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

46 lines (29 loc) · 1.06 KB

Contributing

First of all, thank you for contributing, you are awesome!

Here are few rules to follow for a easier code review before the maintainers accept and merge your request.

Rules development
Rules Pull Request

Thank you!

Install project to development

Get sources dependencies :

composer install

Unit tests

Launch unit tests with Atoum

./bin/atoum

Check style

Check style use Coke

Start code analysis :

./bin/coke