Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 370 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 370 Bytes

Usage

Running code analyse

  • GrumPHP (see configuration grumphp.yml.)

    GrumPHP is executed by the Git pre-commit hook, but you can launch it manualy with :

    $ ./vendor/bin/grumphp run

Steps to make a change

  • Fork the repo
  • Make your update
  • Open a Pull Request
  • Submit your PR & get it reviewed
  • Your PR is merged!