diff --git a/docs/using/images/view-conversation.png b/docs/using/images/view-conversation.png new file mode 100644 index 0000000000..ea037cf511 Binary files /dev/null and b/docs/using/images/view-conversation.png differ diff --git a/docs/using/reviewing-a-pull-request-in-visual-studio.md b/docs/using/reviewing-a-pull-request-in-visual-studio.md index 89bf3beb81..f046b15023 100644 --- a/docs/using/reviewing-a-pull-request-in-visual-studio.md +++ b/docs/using/reviewing-a-pull-request-in-visual-studio.md @@ -15,13 +15,19 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct The Pull Request Details view shows the current state of the pull request, including: - information about who created the pull request - the source and target branch -- a description of the pull request +- a description of the pull request (collapsed by default) - reviewers and the status of their review - checks (if checks have been enabled for the repository) - the files changed ![The details of a single pull request in the GitHub pane](images/pr-detail-view.png) +## Viewing conversation details + +Click the comment count link in the GitHub pane to open up the conversation view. The conversation view shows the Pull Request description, a history of commits, and comments made. + +![View the conversation for a pull request](images/view-conversation.png) + ## Checking out a pull request To check out the pull request branch, click the **Checkout [branch]** link where [branch] is the name of the branch that will be checked out.