Page MenuHomeWickedGov Phorge

CONTRIBUTING.md
No OneTemporary

Size
485 B
Referenced Files
None
Subscribers
None

CONTRIBUTING.md

# CONTRIBUTING
Make sure you read our [contributing guide][contributing guide on the website].
[contributing guide on the website]:https://www.doctrine-project.org/contribute
## Installing dependencies
```shell
composer install
composer bin all install
```
## Running checks locally
Here is a script to run all checks, you can use it as a git hook:
```shell
#!/bin/bash -eu
vendor/bin/phpunit --testdox
vendor/bin/psalm
echo '' | vendor/bin/phpcs
vendor/bin/phpstan analyze
```

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 13:30 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c1/e8/3a05c0307d5b69e37e0f666f544a
Default Alt Text
CONTRIBUTING.md (485 B)

Event Timeline