From 9b572c726b11cb86b72e808dd2cc324399aabaf9 Mon Sep 17 00:00:00 2001 From: Alex Creasy Date: Tue, 11 Jul 2023 14:26:32 +0100 Subject: [PATCH] Update PR template to reflect new merging strategy --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 82063f54b9..1e752b78d8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,7 @@ Self checklist (all need to be checked): - [ ] The developer has manually tested the changes and verified that the changes work -- [ ] The commits have meaningful messages (squashes happen on merge by the bot). +- [ ] Commits have been squashed into descriptive, self-contained units of work (e.g. 'WIP' and 'Implements feedback' style messages have been removed) - [ ] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious). - [ ] The developer has added tests or explained why testing cannot be added (unit tests & storybook for related changes)