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

Commit a4a9401

Browse files
committed
more image descriptions
1 parent f4dd297 commit a4a9401

6 files changed

+13
-13
lines changed

docs/contributing/making-changes-to-a-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When a topic branch is [checked out](review-a-pull-request-in-visual-studio.md),
66

77
If a Pull Request is checked out and the author adds new commits to the branch, then the option will be given to pull the changes locally. This works both for pull requests from the same repository and from a fork.
88

9-
![](images/pr-pull-changes.png)
9+
![Pulling changes by clicking the pull link button](images/pr-pull-changes.png)
1010

1111
## Pushing changes
1212

docs/contributing/publishing-an-existing-project-to-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
1. Open a solution in Visual Studio.
44
2. If solution is not already initialized as a Git repository, select **Add to Source Control** from the **File** menu.
5-
![Add to Source Control](images/add-to-source-control.png)
5+
![Location of Add to Source Control option in the file menu](images/add-to-source-control.png)
66
3. Open **Team Explorer**.
7-
![Open Team Explorer](images/open-team-explorer.png)
7+
![Location of Team Explorer option in the view menu](images/open-team-explorer.png)
88
4. In Team Explorer, click **Sync**.
9-
![Sync](images/team-explorer-sync.png)
9+
![Location of the sync button in the Team Explorer pane](images/team-explorer-sync.png)
1010
5. Click the **Publish to GitHub** button.
11-
![Publish to GitHub](images/publish-to-github.png)
11+
![Location of the Publish to GitHub button in the Team Explorer pane](images/publish-to-github.png)
1212
6. Enter a name and description for the repository on GitHub.
1313
7. Check the **Private Repository** box if you want to upload the repository as a private repository on GitHub. You must have a [Developer, Team or Business account](https://github.com/pricing) to create private repositories.
1414
8. Click the **Publish** button.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct
66

77
2. Open **Team Explorer** and click the **Pull Requests** button to open the **GitHub** pane.
88

9-
![image](images/pull-requests-button.png)
9+
![Pull Requests button in the Team Explorer pane](images/pull-requests-button.png)
1010

1111
3. Click the title of the pull request to be reviewed.
1212

1313
## Viewing a pull request
1414

1515
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.
1616

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

1919
## Checking out a pull request
2020

2121
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.
2222

23-
![image](images/pr-details-checkout-link.png)
23+
![Location of the checkout link in the GitHub pull request details page](images/pr-details-checkout-link.png)
2424

2525
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.
2626

@@ -30,6 +30,6 @@ If the pull request is from a fork then a remote will be added to the forked rep
3030

3131
To compare the contents of a file in the pull request with its content on the target branch, double click a file in the **Changed Files** tree. This will open the Visual Studio diff viewer. If the pull request has been checked out, the right hand pane will be editable.
3232

33-
![image](images/pr-diff-files.png)
33+
![Diff of two files in the Visual Studio diff viewer](images/pr-diff-files.png)
3434

3535
If the pull request is checked out, right clicking on a file on the **Changed Files** tree and selecting **Open File** will open the file for editing in Visual Studio.

docs/contributing/using-the-github-toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The GitHub pane toolbar provides a way to navigate between views, refresh views, and open the current view on GitHub.
44

5-
![Toolbar](images/github-pane-toolbar.png)
5+
![The GitHub pane toolbar](images/github-pane-toolbar.png)
66

77
1. Open a solution in a GitHub repository.
88
2. Open **Team Explorer** and click the **Pull Requests** button to open the **GitHub** pane.

docs/contributing/viewing-code-on-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GitHub for Visual Studio enables easy navigation to code that exists on GitHub d
99

1010
## Viewing the selected code on GitHub
1111
1. Right click and select **Open on GitHub** from the **GitHub** submenu.
12-
![Open on GitHub](images/open-on-github.png)
12+
![Open on GitHub selection in the GitHub context submenu](images/open-on-github.png)
1313
2. Your browser will open and navigate to the code on GitHub.
1414

1515
## Copying the URL of the selected code's location on GitHub

docs/contributing/viewing-the-pull-requests-for-a-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ GitHub for Visual Studio exposes the pull requests for the current repository an
55
1. [Sign in](authenticating-to-github) to GitHub.
66
2. Open a solution in a GitHub repository.
77
3. Open **Team Explorer** and click the **Pull Requests** button to open the **GitHub** pane.
8-
![Pull Requests](images/pull-requests-button2.png)
8+
![Pull Requests button in the Team Explorer pane](images/pull-requests-button2.png)
99
4. The open pull requests will be displayed.
10-
![Open Pull Requests](images/pull-request-list.png)
10+
![Pull requests in the GitHub pane](images/pull-request-list.png)
1111
5. Change the Open/Closed filter by clicking the **Open** link and selecting the filter you want to use from the dropdown.
1212
6. Filter pull requests by Assignee by clicking the **Assignee** link and selecting the assignee you want to view from the dropdown.
1313
7. Filter pull requests by Author by clicking the **Author** link and selecting the author you want to view from the dropdown.

0 commit comments

Comments
 (0)