Pull Requests Guide
Learn how to create and review pull requests
Last updated: December 28, 2025
Pull Requests Guide
Creating a Pull Request
- Push your feature branch
- Click New Pull Request
- Select base and compare branches
- Write a description
- Request reviewers
- Submit
- Leave inline comments
- Approve or request changes
- Use suggestions for quick fixes
- Merge commit: Preserves history
- Squash merge: Single commit
- Rebase merge: Linear history
- Bug detection
- Style suggestions
- Security analysis
Reviewing Code
Merging Options
AI Code Review
Enable AI review for automatic:
Was this article helpful?