Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 795 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 795 Bytes

CONTRIBUTING

This part is inspired by M6Web CONTRIBUTING files.

Developing

The features available for now are only those I need, but you're welcome to open an issue or pull-request if you need more, write tests or fix bugs.

Download Dev dependencies

composer install

Lint

To ensure good code quality, I use awesome M6Web tool "coke" to check there is no coding standards violations. We use Symfony2 coding standards.

make lint
# or run 'vendor/bin/coke' if you don't have 'make'

Tests

This bundle is tested with atoum.

make test
# or run 'vendor/bin/atoum' if you don't have 'make'