Skip to content

Commit 239432d

Browse files
committed
version control 17.12 updates
1 parent a611b9e commit 239432d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/version-control/git-create-pull-request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ To create a pull request, follow these steps:
5555

5656
:::image type="content" source="media/vs-2022/git-create-pr-issue-search.png" alt-text="The New Pull Request with # in the description box and a list of the related GitHub issues and pull requests shown in Visual Studio 2022.":::
5757

58-
1. Once you’ve clicked **Create** on your pull request, other developers can review your changes and provide feedback.
58+
1. Once you’ve clicked **Create** on your pull request, other developers can review your changes and provide feedback. Or, with Visual Studio 17.12 and later, click the dropdown and choose **Create as draft**.
59+
60+
With Visual Studio 17.12 and later, your default PR template will be used when creating a new pull request for both GitHub and Azure DevOps. Learn more about how to add a pull request template to your repository in the [GitHub documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) and [Azure DevOps documentation](https://learn.microsoft.com/azure/devops/repos/git/pull-request-templates?view=azure-devops#default-pull-request-templates).
5961

6062
## View pull request comments in the editor
6163

0 commit comments

Comments
 (0)