About 98,700 results
Open links in new tab
  1. 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.

  2. Pull requests documentation - GitHub Docs

    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.

  3. Creating an issue or pull request from GitHub Desktop

    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.

  4. 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 collaborators …

  5. Creating a pull request from a fork - 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.

  6. Creating a pull request template for your repository - GitHub Docs

    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.

  7. 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.

  8. Hello World - GitHub Docs

    This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. You'll create your own Hello World repository and learn GitHub's pull request workflow, a popular way to …

  9. Reviewing a pull request created by GitHub Copilot

    After Copilot creates a pull request, you should review it. You can mention @copilot to ask Copilot to make changes, or push changes yourself.

  10. Proposing changes to your work with pull requests - GitHub Docs

    Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a branch, which ensures that the default branch only contains finished and approved work.