Skip to content

Commit 6bee9ca

Browse files
committed
Change procedure to use the sidebar for assigning issues/PRs
1 parent 387b383 commit 6bee9ca

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

6.88 KB
Loading
16.3 KB
Loading

content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ You can assign up to 10 people to each issue or pull request, including yourself
1515

1616
{% data reusables.repositories.navigate-to-repo %}
1717
{% data reusables.repositories.sidebar-issue-pr %}
18-
3. Select the checkbox next to the items you want to assign to someone.
19-
![Issues metadata checkbox](/assets/images/help/issues/issues_assign_checkbox.png)
20-
4. In the upper-right corner, click **Assignee**.
21-
5. To assign the items to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.
18+
3. Select the issue or pull request that you want to assign to someone.
19+
4. In the right side menu, click **Assignees**.
20+
![The Assignees menu item](/assets/images/help/issues/assignee_menu.png)
21+
5. To assign the issue or pull request to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.
2222
![Issues assignment drop-down](/assets/images/help/issues/issues_assigning_dropdown.png)
23+
6. If no one is assigned to an issue or pull request, click **assign yourself** to assign yourself.
24+
![The assign yourself item](/assets/images/help/issues/assign_yourself.png)
2325

2426
### Further reading
2527

0 commit comments

Comments
 (0)