1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.md
per1234 a99482bcde Remove redundant mention of "Allow edits from maintainers" setting from intro
The very first sentence of the introductory paragraph of the "Creating a pull request from a fork" page is about a "Allow edits from maintainers" setting that will only be available after step 5 of the instructions.

This setting is already well explained at the appropriate place in the instructions. Mentioning it redundantly at the very start of the document is confusing and makes it less approachable to the target reader.
2022-04-15 17:56:24 -07:00

2.7 KiB

title, intro, redirect_from, permissions, versions, topics, shortTitle
title intro redirect_from permissions versions topics shortTitle
Creating a pull request from a fork You can create a pull request to propose changes you've made to a fork of an upstream repository.
/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
/articles/creating-a-pull-request-from-a-fork
/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork
/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
Anyone with write access to a repository can create a pull request from a user-owned fork. {% data reusables.enterprise-accounts.emu-permission-propose %}
fpt ghes ghae ghec
* * * *
Pull requests
Create a PR from a fork

If your pull request compares your topic branch with a branch in the upstream repository as the base branch, then your topic branch is also called the compare branch of the pull request. For more information about pull request branches, including examples, see "Creating a pull request."

{% data reusables.pull_requests.perms-to-open-pull-request %}

  1. Navigate to the original repository where you created your fork. {% data reusables.repositories.new-pull-request %}
  2. On the Compare page, click compare across forks. Compare across forks link
  3. In the "base branch" drop-down menu, select the branch of the upstream repository you'd like to merge changes into. Drop-down menus for choosing the base fork and branch
  4. In the "head fork" drop-down menu, 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 {% data reusables.repositories.pr-title-description %} {% data reusables.repositories.allow-maintainers-user-forks %}

allow-maintainers-to-make-edits-checkbox {% data reusables.repositories.create-pull-request %}

{% data reusables.repositories.asking-for-review %}

Further reading