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.