From 4a86d57e7d77bc1d36491424ea7535d053458b35 Mon Sep 17 00:00:00 2001 From: Aditya Raute <43912470+adityaraute@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:12:46 +0530 Subject: [PATCH 1/2] Fix a grammatical error on line 75 Fixed a grammatical error and rearranged the sentence to ensure clarity --- .../creating-and-deleting-branches-within-your-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md index 3743e8281b..009b60201a 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md @@ -68,7 +68,7 @@ If the branch you want to delete is associated with an open pull request, you mu {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-branches %} -1. Next branch that you want to delete, click {% octicon "trash" aria-label="Delete BRANCH" %}. +1. Click {% octicon "trash" aria-label="Delete BRANCH" %} next to the branch that you want to delete. ![Screenshot of a branch in the branch list. A trash icon is highlighted with an orange outline.](/assets/images/help/branches/branches-delete.png) {%- ifversion fpt or ghes > 3.5 or ghae > 3.5 or ghec %} From 45e54f89fe9806a79f2af08f60eaa0d47d273d8f Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Tue, 14 Mar 2023 12:12:53 +0000 Subject: [PATCH 2/2] Update content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md --- .../creating-and-deleting-branches-within-your-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md index 009b60201a..895f00977d 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md @@ -68,7 +68,7 @@ If the branch you want to delete is associated with an open pull request, you mu {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-branches %} -1. Click {% octicon "trash" aria-label="Delete BRANCH" %} next to the branch that you want to delete. +1. Next to the branch that you want to delete, click {% octicon "trash" aria-label="The trash icon" %} . ![Screenshot of a branch in the branch list. A trash icon is highlighted with an orange outline.](/assets/images/help/branches/branches-delete.png) {%- ifversion fpt or ghes > 3.5 or ghae > 3.5 or ghec %}