Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 694 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • Feature-braching flow (one git-branch pre feature)
  • PHP Coding Standards
  • Add feature or unit tests to the new functionality
  • Describe your feature in README.md

Run PHP CS Fixer

vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php

Run Psalm

vendor/bin/psalm

Run tests

vendor/bin/phpunit