How to Create a Pull Request in Bitbucket
In this article
Pull requests are a fundamental part of collaborative development in Bitbucket, allowing developers to propose changes and get feedback before merging code into the main branch. This feature streamlines the code review process and helps maintain code quality across your projects.
In this tutorial, we'll walk you through the complete process of creating a pull request in Bitbucket, from accessing the pull request interface to submitting your request for review.
Here's how to create a pull request in Bitbucket
- Navigate to the Pull Requests section in the left sidebar menu.
- Click the 'Create Pull Request' button located in the top-right area of the screen.
- Select your desired source branch from the dropdown menu.
- Choose the destination branch where you want to merge your changes.
- Enter a descriptive title for your pull request in the title field.
- Write a brief description explaining the changes you've made.
- Add reviewers by typing their usernames in the reviewer field.
- Click 'Create Pull Request' to submit your request for review.
Your turn to show how it works.
Build a walkthrough of your product with Saltfish, then share it with your customers.
Frequently Asked Questions
Yes, you can edit most aspects of a pull request after creation, including the title, description, and reviewers. However, you cannot change the source and destination branches once the pull request is created.



