How to Create a Pull Request in Github
- George Apostolov
- 05 Sep 2025
Guide
Navigate to the repository that you want to create a pull request.
Click on the 'Pull requests' tab near the top of the page.
Click the 'New pull request' button.
In the 'base' dropdown, choose the branch you want to merge into.
In the 'compare' dropdown, choose the branch with your changes to the branch you want to merge from.
Add a descriptive title and an optional description for the pull request to explain what the changes are and why they’re needed.
Click 'Create pull request'.
Your pull request is now created! It will appear in the 'Pull Requests' tab, where others can review, comment on, and merge it.
Create your first interactive demo in minutes
No credit card required • Start building today


