Quick summary
Creating a pull request in Bitbucket lets developers propose code changes from a source branch to a destination branch for team review. This step-by-step process covers navigating to Pull Requests, configuring branch settings, and submitting the PR with a title, description, and assigned reviewer.
Steps
- Navigate to the left-side panel and click Pull Requests.
- Tap Create Pull Request at the top-right corner of the page.
- Specify your preferred Source and Destination branch for the pull request.
- Click the Title text box and type the PR name you wish to use.
- Add a short description and enter the name of the user you want to assign as the reviewer.
- Once done, tap Create Pull Request to submit.
- The new pull request will be created and added to your Bitbucket account.



