- All tests pass locally
- PR size is <= 500 LOC per PR Size Check policy
- PR is independently mergeable (no hidden dependencies)
- Appropriate reviewers are assigned
- PR reviewed by code owner (required if Copilot-generated)
- SME or Senior IC assigned where required
Required Format: [Keyword1] [Keyword2]: Description
- Keyword1:
major,minor, orpatch(case-insensitive) - Keyword2:
feature,bugfix,engg, ortests(case-insensitive)
Examples:
[MAJOR] [Feature]: new API[minor] [bugfix]: fix crash[PATCH][tests]:add coverage
Describe what this PR is trying to do.
- Feature work
- Bug fix
- Documentation
- Engineering change
- Test
- Logging/Telemetry
- High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
- Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
- Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)