About 78,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. 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.

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

  4. REST API endpoints for pull requests - GitHub Docs

    Use the REST API to manage pull requests and pull request reviews. REST API endpoints for pull requests List pull requests Create a pull request Get a pull request Update a pull request List …

  5. About pull requests - GitHub Docs

    When you create a pull request, you can choose to create a pull request that is ready for review or a draft pull request. Draft pull requests cannot be merged, and code owners are not …

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

    If your current branch is the default branch, you should choose to create a new branch for your commit and then create a pull request. For more information, see Creating a pull request.

  7. Reverting a pull request - GitHub Docs

    Reverting a pull request on GitHub creates a new pull request that contains one revert of the merge commit from the original merged pull request. To revert pull requests, you must have …

  8. Linking a pull request to an issue - GitHub Docs

    You can link an issue to a pull request manually or using a supported keyword in the pull request description, that is, the summary text added by the author when they created the pull request.

  9. Asking GitHub Copilot to create a pull request

    You can ask Copilot to create a pull request from many places, including GitHub Issues, the agents panel, Copilot Chat, the GitHub CLI, and agentic coding tools and IDEs with Model …

  10. Merging a pull request - GitHub Docs

    In a pull request, you propose that changes you've made on a head branch should be merged into a base branch. By default, any pull request can be merged at any time, unless the head …