Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 968 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 968 Bytes

Contributing

Thank you for taking time to help.

  • Code contributions must be done in respect of PSR-2. Scrutinizer will validate this.
  • All changes must be documented in the CHANGELOG.md in respect of Keep a Changelog Standard.
  • Please create an issue before creating a pull request.
  • All code must be covered by tests.
  • Pull requests are made to master. Changes are never pushed directly (without pull request) into master.
  • Use a feature branch for every pull request. Don't open a pull request from your master branch.

Setup

You should have php >= 5.6 and composer installed (Docker contribution is very welcomed).

Setup you're environment:

make install

Run tests:

make test-unit

Coverage:

make test-coverage