If you've forked a repository and made changes to the fork, you can ask that the upstream repository accept your changes by creating a pull request.

You can open a pull request to the upstream repository from any branch or commit in your fork. We recommend that you make changes in a topic branch, so that you can push followup commits if you receive feedback on your pull request.

  1. Navigate to the original repository you created your fork from.

  2. To the left of the Branch menu, click Compare & review. Pull Request button

  3. On the Compare page, click compare across forks. Compare across forks link

  4. Confirm that the base fork is the repository you'd like to merge changes into. Use the base branch drop-down menu to select the branch of the upstream repository you'd like to merge changes into. Drop-down menus for choosing the base fork and branch
  5. Use the head fork drop-down menu to select your fork, then use the compare branch drop-down menu to select the branch you made your changes in. Drop-down menus for choosing the head fork and compare branch
  6. Type a title and description for your pull request. Pull request title and description fields

  7. Click Create pull request. Create pull request button

Tip: When you create your pull request, you can @mention other users or teams to ask them to review your proposed changes.

Further reading