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

Commit 4032231

Browse files
author
Meaghan Lewis
committed
update pull request documentation
1 parent 8ebaae4 commit 4032231

5 files changed

Lines changed: 9 additions & 3 deletions
104 KB
Loading
227 KB
Loading
200 Bytes
Loading
-1.63 KB
Loading

docs/using/reviewing-a-pull-request-in-visual-studio.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct
1212

1313
## Viewing a pull request
1414

15-
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, and the files changed.
15+
The Pull Request Details view shows the current state of the pull request, including:
16+
- information about who created the pull request
17+
- the source and target branch
18+
- a description of the pull request
19+
- reviewers and the status of their review
20+
- checks (if checks have been enabled for the repository)
21+
- the files changed
1622

17-
![The details of a single pull request in the GitHub pane](images/pr-details.png)
23+
![The details of a single pull request in the GitHub pane](images/pr-detail-view.png)
1824

1925
## Checking out a pull request
2026

2127
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.
2228

23-
![Location of the checkout link in the GitHub pull request details page](images/pr-details-checkout-link.png)
29+
![Location of the checkout link in the GitHub pull request details page](images/pr-detail-view-checkout-branch.png)
2430

2531
If the pull request is from a fork then a remote will be added to the forked repository and the branch checked out locally. This remote will automatically be cleaned up when the local branch is deleted.
2632

0 commit comments

Comments
 (0)