From f410a63425e17a1da75e70e17afa984fd56d625e Mon Sep 17 00:00:00 2001 From: Kelvin Gan Date: Tue, 3 Oct 2023 17:53:35 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Updating as a retro action to help prompt devs to be more rigorous in their review. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f3db4a96..233d2ded 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,7 @@ Trello card: +- Ensure that that you consider the wider context. - Does it work when run on your machine? - Is it clear what the code is doing? - Do the commit messages explain why the changes were made?