docs(self-review-rules): make commit mandatory (#27234)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Francesco Borzì 2026-08-19 17:35:22 +02:00 committed by GitHub
parent 4eea36c3c3
commit a8a90f5dff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,11 @@ Add here rules about reviewing AzerothCore PRs before they are submitted. Generi
to the review process itself belong to the skill, not here. The [code-review.md](code-review.md)
rules apply on top.
## Pinned review
The report is pasted into the PR, so the review must be pinned to a commit: uncommitted changes
(except local-only tweaks) block the run, and fixes from a round are committed before the next one.
## Regression risk
Automated test coverage is near zero, so this review is the main safety net against regressions.