From c7092955b1b55e434bad47370f56fea62ea3b863 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 5 Mar 2026 15:12:47 +0000 Subject: [PATCH] Add note against using force push in PRs (#32729) * Add note against using force push in PRs Because apparently this wasn't here which probably explains why I have to keep asking people not to force push. * Okay prettier --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e269853d7f..d7c530b17b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,6 +46,9 @@ As for your PR description, it should include these things: - Add comments to the diff for the reviewer that might help them to understand why the change is necessary or how they might better understand and review it. +Please **_do not use force push_** in your PRs. Doing so means we can't see what +has changed. We use squash merge to get a "clean" git history. + ### Changelogs There's no need to manually add Changelog entries: we use information in the