Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 625 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 625 Bytes

Contributing

Thank you for contributing to this bundle!

Before we can merge your pull request here are some guidelines that you need to follow. These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof.

Tests

Please try to add a test for your pull request.

You can run the tests by calling:

composer test

Code quality

Checking code standard, benchmark, and more.

composer code-quality

Coding Standard

You can use to fix coding standard if needed:

composer fix-cs