From ea88cdbf8084e2529092babbc6a7e90fab613146 Mon Sep 17 00:00:00 2001 From: GG ZIBLAKING Date: Fri, 20 Mar 2026 13:57:38 +0800 Subject: [PATCH 1/2] docs: update base branch instructions to use pencil icon (#43423) Made-with: Cursor --- .../changing-the-base-branch-of-a-pull-request.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md index a8c9f85046c6..30d9920687ae 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md @@ -20,9 +20,7 @@ category: {% data reusables.repositories.sidebar-pr %} 1. In the "Pull Requests" list, click the pull request you'd like to modify. -1. Next to the pull request's title, click **Edit**. - - ![Screenshot of a pull request title. A button labeled "Edit" is outlined in dark orange.](/assets/images/help/pull_requests/pull-request-edit.png) +1. Next to the pull request's title, click the pencil icon to edit the pull request. 1. In the base branch drop-down menu, select the base branch you'd like to [compare changes against](/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits#comparing-branches). From 4e43d61bc6ee661351e66b6f74f2179cf5fc7ca9 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Fri, 20 Mar 2026 10:51:53 -0700 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../changing-the-base-branch-of-a-pull-request.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/changing-the-base-branch-of-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md index 30d9920687ae..10546049d626 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md @@ -20,7 +20,7 @@ category: {% data reusables.repositories.sidebar-pr %} 1. In the "Pull Requests" list, click the pull request you'd like to modify. -1. Next to the pull request's title, click the pencil icon to edit the pull request. +1. Next to the pull request title, click **Edit title** {% octicon "pencil" aria-label="Edit title" %}. 1. In the base branch drop-down menu, select the base branch you'd like to [compare changes against](/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits#comparing-branches).