Reviewing changes in pull requests - GitHub Docs (original) (raw)
After a pull request has been opened, you can review and discuss the set of proposed changes.
About pull request reviews
Reviews allow collaborators to comment on the changes proposed in pull requests, approve the changes, or request further changes before the pull request is merged. Repository administrators can require that all pull requests are approved before being merged.
Filtering files in a pull request
To help you quickly review changes in a large pull request, you can filter changed files or use the file tree to navigate between files.
Commenting on a pull request
After you open a pull request in a repository, collaborators or team members can comment on the comparison of files between the two specified branches, or leave general comments on the project as a whole.
Approving a pull request with required reviews
If 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.
Dismissing a pull request review
If your repository requires reviews, you can dismiss pull request reviews that are no longer valid or are unable to be approved by the reviewer.
Checking out pull requests locally
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.