
Creating a pull request - GitHub Docs
To create a pull request, use the gh pr create subcommand. gh pr create To assign a pull request to an individual, use the --assignee or -a flags. You can use @me to self-assign the pull request. gh pr create --assignee "@octocat" To specify the branch into which you want the pull request merged, use the --base or -B flags.
Creating an issue or pull request from GitHub Desktop
After you create a branch and make changes to files in a project, you can create a pull request. With a pull request, you can propose, discuss, and iterate on changes before you merge the changes into the project. You can create a pull request in …
Creating a pull request from a fork - GitHub Docs
You can create a pull request to propose changes you've made to a fork of an upstream repository. Who can use this feature? Anyone with write access to a repository can create a pull request from a user-owned fork.
Helping others review your changes - GitHub Docs
When you create a pull request, you’re asking your team to review your changes and provide feedback. This guide provides best practices for creating pull requests that are easy to review and keep your team informed, so that you can improve collaboration and the quality of reviews.
About pull requests - GitHub Docs
Learn about pull requests and draft pull requests on GitHub. Pull requests communicate changes to a branch in a repository. Once a pull request is opened, you can review changes with collaborators and add follow-up commits.
Proposing changes to your work with pull requests - GitHub Docs
Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a branch, which ensures that the default branch only contains finished and approved work.
Creating a pull request template for your repository - GitHub Docs
You can create a PULL_REQUEST_TEMPLATE/ subdirectory in any of the supported folders to contain multiple pull request templates, and use the template query parameter to specify the template that will fill the pull request body.
Linking a pull request to an issue - GitHub Docs
On GitHub, navigate to the main page of the repository. Under your repository name, click Issues . In the list of issues, click the issue that you'd like to link a pull request or branch to.
Creating a pull request summary with GitHub Copilot
You can use GitHub Copilot to generate a summary of a pull request on GitHub. You can use the summary to help reviewers understand your changes, or to quickly understand the changes in a pull request you're reviewing.
Reverting a pull request - GitHub Docs
Reverting a pull request on GitHub creates a new pull request that contains one revert of the merge commit from the original merged pull request. To revert pull requests, you must have write permissions in the repository.