You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,29 @@ versions:
11
11
12
12
Anyone with write permissions to a repository can assign issues and pull requests.
13
13
14
+
### About issue and pull request assignees
15
+
14
16
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)."
15
17
18
+
### Assigning an individual issue or pull request
19
+
20
+
{% data reusables.repositories.navigate-to-repo %}
21
+
{% data reusables.repositories.sidebar-issue-pr %}
22
+
3. Open the issue or pull request that you want to assign to someone.
23
+
4. If no one is assigned to an issue or pull request, click **assign yourself** to assign yourself.

27
+
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.
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.
Copy file name to clipboardExpand all lines: content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The `dig` command, which can be used to verify correct configuration of DNS reco
35
35
36
36
### Configuring a subdomain
37
37
38
-
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.
38
+
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.
39
39
40
40
{% data reusables.pages.navigate-site-repo %}
41
41
{% data reusables.repositories.sidebar-settings %}
0 commit comments