From d83304cd5325771cd80c096a689bc0389ee9669c Mon Sep 17 00:00:00 2001 From: Andrew Ballantyne <8126518+andrewballantyne@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:40:20 -0400 Subject: [PATCH] Remove squash commits checklist item (#3071) --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2d60c65550..81e898d668 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,6 @@ Self checklist (all need to be checked): - [ ] The developer has manually tested the changes and verified that the changes work -- [ ] 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 or cypress tests for related changes)