GitHub Send Pull Request
On this page
What is a Pull Request?
A Pull Request (PR) proposes changes from one branch into another.
How to create a PR
- Push branch
- Click Compare & Pull Request
- Add description
- Request review
After approval
- Merge PR
- Delete branch
Best practices
- Keep PRs small
- Write clear descriptions
- Reference related issues