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
This commit is contained in:
David Baker
2026-03-05 15:12:47 +00:00
committed by GitHub
parent 1c2441bc76
commit c7092955b1
+3
View File
@@ -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