
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
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 …
Helping others review your changes - GitHub Docs
You can use pull requests to provide clear context for your changes and keep your team informed, improving 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 …
Collaborating with pull requests - GitHub Docs
Track and discuss changes in issues, then propose and review changes in pull requests.
Changing the stage of a pull request - GitHub Docs
You can convert a pull request to a draft at any time. For example, if you accidentally opened a pull request instead of a draft, or if you've received feedback on your pull request that needs to …
Using GitHub Copilot code review
On GitHub.com, create a pull request or navigate to an existing pull request. Open the Reviewers menu, then select Copilot. Wait for Copilot to review your pull request. This usually takes less …
Checking out pull requests locally - GitHub Docs
When someone sends you a pull request from a fork or branch of your repository, you can merge it locally to resolve a merge conflict or to test and verify the changes before merging on GitHub.
Resolving a merge conflict on GitHub - GitHub Docs
Under your repository name, click Pull requests. In the "Pull Requests" list, click the pull request with a merge conflict that you'd like to resolve. Near the bottom of your pull request, click …
Configuring automatic code review by GitHub Copilot
This article tells you how to set up Copilot code review to review pull requests automatically. For an overview of automatic pull request reviews, see About GitHub Copilot code review.