
Creating a pull request - GitHub Docs
To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request.
Creating an issue or pull request from GitHub Desktop
To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request.
Creating a pull request from a fork - GitHub Docs
To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request.
REST API endpoints for pull requests - GitHub Docs
Use the REST API to manage pull requests and pull request reviews. REST API endpoints for pull requests List pull requests Create a pull request Get a pull request Update a pull request List …
About pull requests - GitHub Docs
When you create a pull request, you can choose to create a pull request that is ready for review or a draft pull request. Draft pull requests cannot be merged, and code owners are not …
Creating a pull request template for your repository - GitHub Docs
If your current branch is the default branch, you should choose to create a new branch for your commit and then create a pull request. For more information, see Creating a pull request.
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 …
Linking a pull request to an issue - GitHub Docs
You can link an issue to a pull request manually or using a supported keyword in the pull request description, that is, the summary text added by the author when they created the pull request.
Asking GitHub Copilot to create a pull request
You can ask Copilot to create a pull request from many places, including GitHub Issues, the agents panel, Copilot Chat, the GitHub CLI, and agentic coding tools and IDEs with Model …
Merging a pull request - GitHub Docs
In a pull request, you propose that changes you've made on a head branch should be merged into a base branch. By default, any pull request can be merged at any time, unless the head …