Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 636 Bytes

File metadata and controls

26 lines (21 loc) · 636 Bytes

CODE_REVIEW.md Template

# CODE_REVIEW.md

Use this file to define merge-gating standards for this repo.
Only standards listed here are enforced.

### [CR-001] <Rule title>
- required: true
- applies_when: always
- pass_criteria: <exact pass condition>
- evidence_required: <file/line + why>

### [CR-002] <Rule title>
- required: true
- applies_when: when relevant files change
- pass_criteria: <exact pass condition>
- evidence_required: <file/line + why>

### [CR-003] <Rule title>
- required: false
- applies_when: optional/conditional case
- pass_criteria: <exact pass condition>
- evidence_required: <file/line + why>