Details

Language / Topic
_UUniversal
Category
Git Workflow

Rules

balanced
- Write clear PR titles and descriptions — summarize the change and link to the issue.
- Keep PRs small and focused — one concern per PR makes reviews faster and safer.
- Keep PRs under 400 lines of changes — break large features into stacked PRs that can be reviewed independently.
- Add a test plan or verification steps in the PR description.
- Request reviews from relevant code owners. Address all review comments before merging.
- Use draft PRs for work-in-progress to signal the PR is not ready for review.