Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The UI element here is an icon with tooltip text (currently "Edit title"), so "click the pencil icon to edit the pull request" is a bit vague/inaccurate and may be confusing. Consider using the site’s standard octicon markup (e.g., {% octicon "pencil" ... %}) and wording that matches the UI label/location (e.g., "click the Edit title (pencil) icon next to the pull request title") to make the step clearer and consistent with other docs pages.

Suggested change
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" %}.

Copilot uses AI. Check for mistakes.

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).

Expand Down
Loading