Pull requests documentation
Learn how to use pull requests to suggest changes to a project, receive suggested changes to your own projects, and address issues in pull requests, such as merge conflicts.
Overview
Start here
Popular
What's new
Guides
Approving a pull request with required reviewsIf your repository requires reviews, pull requests must have a specific number of approving reviews from people with write or admin permissions in the repository before they can be merged.
Reverting a pull requestYou can revert a pull request after it's been merged to the upstream branch.
Why are my commits linked to the wrong user?GitHub uses the email address in the commit header to link the commit to a GitHub user. If your commits are being linked to another user, or not linked to a user at all, you may need to change your local Git configuration settings, add an email address to your account email settings, or do both.
All Pull requests docs
Committing changes to your project
Creating and editing commits • 4 articles
Viewing and comparing commits • 2 articles
Troubleshooting commits • 2 articles
Collaborating with pull requests
Getting started • 2 articles
Working with forks • 8 articles
Collaborating on repositories with code quality features • 2 articles
Proposing changes to your work with pull requests • 12 articles
Addressing merge conflicts • 3 articles
Reviewing changes in pull requests • 11 articles
Incorporating changes from a pull request • 6 articles