1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Update with link

This commit is contained in:
Brown 2020-02-24 11:32:40 -05:00 committed by Matthew Brown
parent 6cb520d687
commit 388d46fc1e

View File

@ -13,7 +13,9 @@ You can create an issue [here](https://github.com/vimeo/psalm/issues/new), but b
## Pull Requests
[Heres a guide to the codebase you may find useful](docs/how_psalm_works.md).
Before you send a pull request, make sure you follow these guidelines:
* Make sure to run `composer tests` and `./psalm --find-dead-code` to ensure that Travis builds will pass
* Make sure to run `composer tests` and `./psalm` to ensure that Travis builds will pass
* Dont forget to add tests!