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

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

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

  6. Helping others review your changes - GitHub Docs

    When you create a pull request, you’re asking your team to review your changes and provide feedback. This guide provides best practices for creating pull requests that are easy to review and keep your …

  7. About pull requests - GitHub Docs

    When you create a pull request, you can choose to make it a draft pull request. Draft pull requests cannot be merged, and code owners are not automatically requested to review them.

  8. About pull request merges - GitHub Docs

    Pull requests with squashed commits are merged using the fast-forward option. To squash and merge pull requests, you must have write permissions in the repository, and the repository must allow …

  9. Creating and deleting branches within your repository - GitHub Docs

    You can create a branch to work on an issue directly from the issue page and get started right away. For more information, see Creating a branch to work on an issue.

  10. Managing GitHub Actions settings for a repository

    Under "Workflow permissions", use the Allow GitHub Actions to create and approve pull requests setting to configure whether GITHUB_TOKEN can create and approve pull requests.