Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Add documentation about conversation view
Browse files Browse the repository at this point in the history
  • Loading branch information
Meaghan Lewis committed Feb 21, 2019
1 parent 2156ff8 commit 78d8752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added docs/using/images/view-conversation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/using/reviewing-a-pull-request-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 78d8752

Please sign in to comment.