Collaborating with issues and pull requests
Use the GitHub flow to track and discuss changes in issues, then propose and review changes in pull requests.
Table of Contents
- GitHub flow
- About collaborative development models
- About conversations on GitHub
-
Proposing changes to your work with pull requests
- About branches
- Creating and deleting branches within your repository
- About pull requests
- About comparing branches in pull requests
- Creating a pull request
- Creating a pull request from a fork
- Requesting a pull request review
- Changing the base branch of a pull request
- Committing changes to a pull request branch created from a fork
-
Reviewing changes in pull requests
- About pull request reviews
- Reviewing proposed changes in a pull request
- Filtering files in a pull request
- Finding changed methods and functions in a pull request
- Commenting on a pull request
- Viewing a pull request review
- Approving a pull request with required reviews
- Dismissing a pull request review
- Checking out pull requests locally