diff --git a/assets/images/help/issues/assign_yourself.png b/assets/images/help/issues/assign_yourself.png new file mode 100644 index 0000000000..2113796754 Binary files /dev/null and b/assets/images/help/issues/assign_yourself.png differ diff --git a/assets/images/help/issues/assignee_menu.png b/assets/images/help/issues/assignee_menu.png new file mode 100644 index 0000000000..21a2c7b426 Binary files /dev/null and b/assets/images/help/issues/assignee_menu.png differ diff --git a/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md b/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md index 8983b24103..c9feda552b 100644 --- a/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md +++ b/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md @@ -11,13 +11,29 @@ versions: Anyone with write permissions to a repository can assign issues and pull requests. +### About issue and pull request assignees + You can assign up to 10 people to each issue or pull request, including yourself, anyone who has commented on the issue or pull request, anyone with write permissions to the repository, and organization members with read permissions to the repository. For more information, see "[Access permissions on {% data variables.product.prodname_dotcom %}](/articles/access-permissions-on-github)." +### Assigning an individual issue or pull request + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-issue-pr %} +3. Open the issue or pull request that you want to assign to someone. +4. If no one is assigned to an issue or pull request, click **assign yourself** to assign yourself. + ![The assign yourself item](/assets/images/help/issues/assign_yourself.png) +5. In the right side menu, click **Assignees**. + ![The Assignees menu item](/assets/images/help/issues/assignee_menu.png) +6. 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. + ![Issues assignment drop-down](/assets/images/help/issues/issues_assigning_dropdown.png) + +### Assigning multiple issues or pull requests + {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} 3. Select the checkbox next to the items you want to assign to someone. ![Issues metadata checkbox](/assets/images/help/issues/issues_assign_checkbox.png) -4. In the upper-right corner, click **Assignee**. +4. In the upper-right corner, click **Assign**. 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. ![Issues assignment drop-down](/assets/images/help/issues/issues_assigning_dropdown.png) diff --git a/content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md b/content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md index bc8be28557..52661f89b4 100644 --- a/content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md +++ b/content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md @@ -35,7 +35,7 @@ The `dig` command, which can be used to verify correct configuration of DNS reco ### Configuring a subdomain -To set up a `www` or custom subdomain, such as `www.example.com` or `blog.example.com`, you must create a _CNAME_ file in your site's repository and configure a `CNAME` record with your DNS provider. +To set up a `www` or custom subdomain, such as `www.example.com` or `blog.example.com`, you must add your domain in the repository settings, which will create a CNAME file in your site’s repository. After that, configure a CNAME record with your DNS provider. {% data reusables.pages.navigate-site-repo %} {% data reusables.repositories.sidebar-settings %}