-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub Code Review Template (WIP)
Marc Lavergne edited this page Sep 11, 2023
·
5 revisions
- PRs should be reviewed and approved within 2 working days
- Draft PRs should not be reviewed
- Automated tools should have the sole responsibility for enforcing code style
- Feature
- Enhancement
- Bugfix (non-functional change)
- Refactor (non-functional change)
- Tests (non-functional change)
- Unit tests pass
- Linter pass
- Formatter pass
- Spell check pass
- Static analyzer pass
- Code quality analysis pass (ie. SonarQube)
- Affected platforms
- All
- iOS
- macOS
- watchOS
- tvOS
- visionOS
- Fault
- Security
- Leak
- Performance
- Typo (non-blocking)
- Style (non-blocking)
- Blocking
- Expected (non-blocking)
- Nice to have (non-blocking)
- Suggestion (non-blocking)
Explanation
Explanation
If there are no blocking comments, or all blocking comments have been addressed, the reviewer should approve the PR and the author is responsible for addressing non-blocking concerns.