Create a pull request for review

Pull requests are a simple and effective way to get your code reviewed and collaborate in a shared environment with little friction for your team.

  1. From the open repository, select the Create button.

  2. Select Pull request in the This repository section of the dropdown menu.

  3. Fill out the rest of the pull request form. 

    1. Source: The source repository and branch is where you made your code changes that you want to merge.

    2. Destination: The destination repository and branch is where you want to merge the source.

    3. Title and Description: You'll see both in email notifications and the title appears in the pull request list.

    4. Reviewers: Select reviewers who will give effective feedback and to make others aware of the changes.

    5. Close branch: Select if you want to automatically close the branch when the pull request is merged.

    6. Diff and Commits: Check these tabs to compare new changes and see relevant commits.

  4. Click Create pull request.

 

Additional Help