docs: document rebase-before-merge protection (#1253)

This commit is contained in:
2026-04-15 09:59:17 +00:00
committed by Alexander Whitestone
parent c4201ae27d
commit e02506b688

View File

@@ -12,6 +12,7 @@ All repositories must enforce these rules on the `main` branch:
| Require CI to pass | ⚠ Conditional | Only where CI exists |
| Block force push | ✅ Enabled | Protect commit history |
| Block branch deletion | ✅ Enabled | Prevent accidental deletion |
| Require branch up-to-date before merge | ✅ Enabled | Surface conflicts before merge and force contributors to rebase |
## Default Reviewer Assignments