Pull Requests
Overview
Pull requests (PRs) let you propose changes to a codebase. They facilitate code review and discussion before changes are merged.
Components
- Title: Summary of the changes
- Description: Detailed explanation of changes
- Commits: Individual code changes
- Reviews: Feedback from team members
- Status checks: Automated tests and validations
Best Practices
- Keep PRs small and focused
- Write clear descriptions
- Link related issues
- Respond to review comments
- Update branch when needed
PR Workflow
- Create feature branch
- Make changes
- Submit PR
- Address reviews
- Merge when approved