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:
parent
4eea36c3c3
commit
a8a90f5dff
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue