Skip to main content

657 Search results for "pull%20requests"

Pull requests / Collaborate with pull requests / Review changes /

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

Pull requests / Collaborate with pull requests / Propose changes /

Keeping your pull request in sync with the base branch

After you open a pull request, you can update the head branch, which contains your changes, with any changes that have been made in the base branch. About

Pull requests / Collaborate with pull requests / Getting started /

Best practices for pull requests

You can follow best practices to improve the consistency and quality of pull requests and pull request reviews. Best practices for creating pull requests

GitHub Desktop / Work with your remote repo /

Creating an issue or pull request from GitHub Desktop

You can create an issue or pull request to propose and collaborate on changes to a repository. About issues and pull requests You can use issues to track

Get started / Writing on GitHub / Work with advanced formatting /

Using keywords in issues and pull requests

Use keywords to link an issue and pull request or to mark an issue or pull request as a duplicate. Linking a pull request to an issue To link a pull request

Repositories / Branches and merges / Configure PR merges /

Managing suggestions to update pull request branches

You can give users the ability to always update a pull request branch when it is not up to date with the base branch. About suggestions to update a pull

GitHub Issues / Projects (classic) / Tracking projects (classic) /

Adding issues and pull requests to a project (classic)

You can add issues and pull requests to a project (classic) in the form of cards and triage them into columns. Notes: Projects, the all-new projects experience

GitHub Education / GitHub Classroom / Teach /

Leave feedback with pull requests

You can leave feedback for your students in a special pull request within the repository for each assignment. About feedback pull requests for assignments

Building communities / Issue & PR templates /

Creating a pull request template for your repository

When you add a pull request template to your repository, project contributors will automatically see the template's contents in the pull request body.

Pull requests / Collaborate with pull requests / Review changes /

Reviewing proposed changes in a pull request

In a pull request, you can review and discuss commits, changed files, and the differences (or "diff") between the files in the base and compare