Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 713 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 713 Bytes

How to Contribute

Pull Requests

  1. Fork the repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch

Rules:

  • Please, separate new features or improvements into separate feature branches and send a pull request for each branch.
  • Make sure all code is covered with tests.
  • As we still do not have functional tests, please do a manual test also.

Style Guide

Make sure your code adheres to the PSR-12 standard.

Auto fixing code

composer phpcbf

and

composer php-cs-fixer

Running Tests and checking coverage

composer test-report