* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
2.2 KiB
2.2 KiB
title, intro, redirect_from, permissions, versions
| title | intro | redirect_from | permissions | versions | |||||
|---|---|---|---|---|---|---|---|---|---|
| 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. |
|
Anyone with write access to a repository can create a pull request from user-owned fork. |
|
You can also give the upstream repository's maintainers permission to push commits to a user-owned 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 %}
- Navigate to the original repository where you created your fork. {% data reusables.repositories.new-pull-request %}
- On the Compare page, click compare across forks.

- In the "base branch" drop-down menu, select the branch of the upstream repository you'd like to merge changes into.

- 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.
{% data reusables.repositories.pr-title-description %}
{% data reusables.repositories.allow-maintainers-user-forks %}
{% data reusables.repositories.create-pull-request %}
{% data reusables.repositories.asking-for-review %}