Pull Requests, Reviews, and Merge Standards
Document: INF-107Type: Guide / SOPStatus: ApprovedOwner: Engineering OperationsVersion: 4.2.0Updated: 2026-07-17
Create a Pull Requestโ
- Push the feature branch.
- Open the repository and select Compare & pull request.
- Base:
main; compare: the feature branch. - Use a clear title following the commit style.
- Complete the description template.
- Link the issue or task.
- Add screenshots for visual changes.
- Document testing performed.
- Request the required reviewers.
Pull Request Templateโ
Summaryโ
Business reasonโ
Changesโ
Testing completedโ
Screenshots / evidenceโ
Risks and rollbackโ
Checklistโ
- No secrets or sensitive data
- Responsive behavior checked
- Production sample data removed
- Documentation updated
Review Standardโ
- Correctness and expected behavior
- Security and permissions
- Data integrity and migration impact
- Accessibility and responsiveness
- Error handling and observability
- Maintainability and documentation
- Rollback feasibility
Merge and Cleanupโ
- Resolve all review conversations.
- Ensure required checks pass.
- Confirm the branch is current with
main. - Squash and merge unless another strategy is approved.
- Delete the merged branch.
- Verify preview/production behavior as applicable.