Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 551 Bytes

How to Contribute

Your pull requests are welcome!

We speak: English, Русский.

Style Guide

All pull requests must adhere to the PSR-2 standard.

Unit Testing

All pull requests must be accompanied by passing unit tests and complete code coverage. The project uses PHPUnit for testing.

To run the tests, execute in a console:

composer test

or

php vendor/bin/phpunit