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

Commit c8a3ecd

Browse files
committed
add image descriptions to remaining docs
1 parent a4a9401 commit c8a3ecd

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/contributing/cloning-a-repository-to-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ After you provide your GitHub or GitHub Enterprise credentials to GitHub for Vis
55
1. Open **Team Explorer** by clicking on its tab next to *Solution Explorer*, or via the *View* menu.
66
2. Click the **Manage Connections** toolbar button.
77

8-
![image](images/manage-connections.png)
8+
![Location of the manage connections toolbar button in Team Explorer](images/manage-connections.png)
99

1010
3. Next to the account you want to clone from, click **Clone**.
1111

12-
![image](images/clone-link.png)
12+
![Clone button in the GitHub section of Team Explorer](images/clone-link.png)
1313

1414
4. In the list of repositories, click the repository you'd like to clone.
1515

16-
![image](images/clone-dialog.png)
16+
![List of GitHub repositories that can be cloned inside a dialog](images/clone-dialog.png)
1717

1818
5. If desired, change the local path where the repository will be cloned into, or leave the default as-is. Click **Clone**.
1919
6. In Team Explorer, under the list of repositories, locate the repository and double-click to open the project in Visual Studio.

docs/contributing/creating-a-pull-request.md

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

33
1. Open a solution in a GitHub repository.
44
2. Open **Team Explorer** and click the **Pull Requests** button to open the **GitHub** pane.
5-
![Pull Requests](images/pull-requests-button2.png)
5+
![Location of the pull requests button in the Team Explorer pane](images/pull-requests-button2.png)
66
3. Click the **Create New** link above the list of pull requests for the repository.
77
4. Select the target branch by clicking the link. If the current repository is a fork, then there will be two sets of branches in the dropdown - to submit a pull request upstream then select a branch with the `owner:` prefix of the upstream repository.
8-
![](images/pr-create.png)
8+
![The pull request creation form in the GitHub pane](images/pr-create.png)
99
5. Enter a pull request title and an optional description.
1010
6. Click the **Create Pull Request** button.

docs/contributing/creating-an-empty-repository-from-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
3. Click the **Manage Connections** toolbar button.
88

9-
![image](images/manage-connections.png)
9+
![The manage connections toolbar button in Team Explorer](images/manage-connections.png)
1010

1111
4. Click the **Create** link next to the account you want to create the repository in.
1212

13-
![image](images/create-link.png)
13+
![The create link in the Team Explorer pane](images/create-link.png)
1414

1515
5. In the **Create a GitHub Repository** dialog, enter a name, description and local path for the repository.
1616

17-
![image](images/create-dialog.png)
17+
![The create a GitHub repository dialog](images/create-dialog.png)
1818

1919
6. Select a license for the repository.
2020

@@ -24,4 +24,4 @@
2424

2525
9. When the repository is created, click the **Create a new Project or Solution** link in Team Explorer to create a project or solution in the repository.
2626

27-
![image](images/successful-creation-message.png)
27+
![Successful repository creation message at the top of the Team Explorer pane](images/successful-creation-message.png)

docs/contributing/creating-gists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ GitHub for Visual Studio enables easy creation of gists directly from the Visual
1010

1111
4. Right click and select **Create a GitHub Gist** from the **GitHub** submenu.
1212

13-
![image](images/create-gist-menu.png)
13+
![Location of Create A GitHub Gist in the GitHub submenu](images/create-gist-menu.png)
1414

1515
5. In the **Create a GitHub Gist** dialog, check that the filename is correct and optionally add a description.
1616

17-
![image](images/create-gist-dialog.png)
17+
![GitHub Gist creation dialog window](images/create-gist-dialog.png)
1818

1919
6. If you want the gist to be private, check the **Private Gist** checkbox.
2020

0 commit comments

Comments
 (0)