Pull Request Workflow
Structure PRs for effective code review, automated CI validation, and clean merge history.
When to Use
- Creating a pull request with
gh pr createor GitHub UI - Setting up PR templates for a repository
- Configuring CODEOWNERS for automatic review assignment
- Choosing between squash, merge, and rebase merge strategies
- Reviewing or improving an existing PR workflow
Core Patterns
PR Creation with gh CLI
Always analyze changes before creating a PR:
[Description truncada. Veja o README completo no GitHub.]