From fafa584ad3b3226b16f798d6ca5b191f653ffe81 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 28 Feb 2021 14:04:33 -0500 Subject: [PATCH] Add link to philosophy doc --- docs/contributing/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index c1c7a24b4..bf9460dca 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -8,6 +8,8 @@ Hopefully you can be one of them? [Here’s a rough guide to the codebase](how_psalm_works.md). +[Here's the philosophy underpinning the Psalm’s development](philosophy.md). + I've also put together [a list of Psalm’s complexities](what_makes_psalm_complicated.md). Are you looking for low-hanging fruit? Here are some [GitHub issues](https://github.com/vimeo/psalm/issues?q=is%3Aissue+is%3Aopen+label%3A%22easy+problems%22) that shouldn't be too difficult to resolve.