Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 260 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 260 Bytes

CONTRIBUTING

Style

Please use PSR2 code formatting

Tests

Make sure any new features included have a tests including

Checks

Run composer run-action check to run PHPUnit, PHPCBF, and PHPCS to ensure everything is working and correctly formatted.