Skip to content

Commit 4fc6853

Browse files
committed
rework
1 parent 01d2e02 commit 4fc6853

9 files changed

+10
-10
lines changed

docs/repos/git/includes/note-new-git-tool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ms.date: 06/15/2021
99
---
1010

1111
> [!NOTE]
12-
> If you're using Visual Studio 2019 [version 16.8](/visualstudio/releases/2019/release-notes-history) or later, try the Git version control experience. Learn more about how the Git experience compares with Team Explorer on this [Side-by-side comparison](/visualstudio/version-control/git-team-explorer-feature-comparison/) page.
12+
> If you're using Visual Studio 2019 version 16.8 or later, try the Git version control experience. Learn more about how the Git experience compares with Team Explorer on this [Side-by-side comparison](/visualstudio/version-control/git-team-explorer-feature-comparison/) page.

docs/repos/git/notifications.md renamed to docs/repos/git/pull-request-notifications.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,39 @@ To view or set your personal notifications, see [Manage your personal notificati
2222

2323
- To view project notification settings, [go to the project](../../project/navigation/go-to-project-repo.md) and select **Project settings** > **Notifications**.
2424

25-
![Settings for PR emails](./media/pull-requests/pr-notifications-new-nav.png)
25+
![Screenshot that shows Settings for PR emails.](media/pull-request-notifications/pr-notifications-new-nav.png)
2626

2727
- To subscribe to more notifications, select **New subscription**.
2828

29-
![Subscribe to emails](./media/pull-requests/new-subscription-new-nav.png)
29+
![Screenshot that shows Subscribe to emails.](media/pull-request-notifications/new-subscription-new-nav.png)
3030

3131
- To edit a notification, select **...** next to the notification and select **View**, then edit the subscription.
3232

33-
![Change subscription](./media/pull-requests/view-pr-notifications.png)
33+
![Screenshot that shows Change subscription.](media/pull-request-notifications/view-pr-notifications.png)
3434

3535
- To opt out of a notification, set the **State** to **Off**.
3636

37-
![Opt out of emails](./media/pull-requests/opt-out-notifications.png)
37+
![Screenshot that shows Opt out of emails.](media/pull-request-notifications/opt-out-notifications.png)
3838

3939
::: moniker-end
4040

4141
::: moniker range="<= tfs-2018"
4242

4343
Select the settings button while you have your project open to bring up the project administration page.
4444

45-
![Open up the administrative area of the web portal for your project](media/pull-requests/gear_icon_settings.png)
45+
![Screenshot that shows Open up the administrative area of the web portal for your project.](media/pull-requests/gear_icon_settings.png)
4646

4747
- Select the **Notifications** tab to view your notification settings, and choose **New subscription** to subscribe to more notifications.
4848

49-
![Subscribe to emails](./media/pull-requests/pr-notifications.png)
49+
![Screenshot that shows Subscribe to emails.](media/pull-request-notifications/pr-notifications.png)
5050

5151
- To edit a notification, select **...** for the notification and choose **View** to edit the subscription.
5252

53-
![Change subscription](./media/pull-requests/view-pr-notifications.png)
53+
![Screenshot that shows Change subscription.](media/pull-request-notifications/view-pr-notifications.png)
5454

5555
- To opt-out of a notification, set the **State** to **Off**.
5656

57-
![Opt out of emails](./media/pull-requests/opt-out-notifications.png)
57+
![Screenshot that shows Opt out of emails.](media/pull-request-notifications/opt-out-notifications.png)
5858

5959
::: moniker-end
6060

docs/repos/git/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
- name: Squash merge pull requests
133133
href: merging-with-squash.md
134134
- name: Pull request notifications
135-
href: notifications.md
135+
href: pull-request-notifications.md
136136
- name: Pull request templates
137137
href: pull-request-templates.md
138138
- name: Extend pull request workflows with pull request status

0 commit comments

Comments
 (0)