Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 482 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 482 Bytes

Symfony Launchpad

Contribution

This project comes with Coding Standards and Tests. To help you contribute a Makefile is available to simplify the actions.

$ make
Symfony Launchpad available targets:
  clean        > removes the vendors, caches, etc.
  codeclean    > run the codechecker
  install      > install vendors
  phar         > build the phar locally into your home

Please comply with make codeclean before to push, your PR won't be merged otherwise.