Skip to content

Commit 59e205e

Browse files
authored
Merge pull request #12483 from MicrosoftDocs/ghogen-patch-43
Mention GitHub Copilot-generated PR messages
2 parents 32cdce1 + c1fd0db commit 59e205e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ To create a pull request, follow these steps:
3535

3636
:::image type="content" source="media/vs-2022/git-create-pr-git-repository-branch-context-menu.png" alt-text="The Git Repository window with the outgoing / incoming link text highlighted in Visual Studio 2022.":::
3737

38-
1. Select the branch that you want to merge into and give your pull request a descriptive title and description.
38+
1. Select the branch that you want to merge into and give your pull request a descriptive title and description. You can use [markdown syntax](https://www.markdownguide.org/) to format your pull request description from Visual Studio. Try it out by typing the markdown symbols in the **Description** box and preview your markdown by selecting the **Preview** button.
3939

4040
> [!TIP]
41-
> You can use [markdown syntax](https://www.markdownguide.org/) to format your pull request description from Visual Studio. Try it out by typing the markdown symbols in the **Description** box and preview your markdown by selecting the **Preview** button.
41+
> With Visual Studio 2022 version 17.10 preview 2 and later and the GitHub Copilot extensions, you can use AI to generate a detailed pull request description that describes your changes. Press the sparkle pen icon to request that GitHub Copilot generate a PR description. To install GitHub Copilot, see [Install and manage GitHub Copilot in Visual Studio](../ide/visual-studio-github-copilot-install-and-states.md).
42+
>
43+
> ![Screenshot of the sparkly pen icon to request that GitHub Copilot generate a PR description.](./media/vs-2022/pull-request-copilot.png)
4244
4345
:::image type="content" source="media/vs-2022/git-create-pr-markdown.png" alt-text="The New Pull Request window with the preview button text highlighted in Visual Studio 2022.":::
4446

Loading

0 commit comments

Comments
 (0)