Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 709 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (34 loc) · 709 Bytes

Contributing

Testing

# all packages
bin/phpunit

# single package
bin/phpunit user-bundle

Code style

# all packages
bin/cs

# single package
bin/cs user-bundle

Static analysis

# all packages
bin/sa

# single package
bin/sa user-bundle

Helping others

To checkout another open pull request from this repository use:

bin/pr <pr-number>

It will add a new git remote github-pr-XXX pointing to the author's SSH URL and checkout their branch locally using the same name.

Setup a project

To setup a test project use:

bin/create-project

It will create a new Symfony skeleton application and ask you which bundles to install.