Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 453 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 453 Bytes

Installation

This bundle can be built locally using Docker:

make boot

Once installed, you can list the available commands:

make

Tests

Every test SHOULD pass before submitting a PR (consider using make tests), if a test fail due to an unknown error, the PR can be submitted with it and a discussion opened.

Style

The style can be checked via make php-cs-fixer, consider fixing the errors BEFORE sending the PR.