From 388d46fc1eefe6ce5d6c4d367c29e81a3d5a53ca Mon Sep 17 00:00:00 2001 From: Brown Date: Mon, 24 Feb 2020 11:32:40 -0500 Subject: [PATCH] Update with link --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b5a50d4a..4b9d440c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,9 @@ You can create an issue [here](https://github.com/vimeo/psalm/issues/new), but b ## Pull Requests +[Here’s 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 * Don’t forget to add tests!