Skip to content

Commit 369a7d7

Browse files
authored
Merge pull request #36010 from github/repo-sync
Repo sync
2 parents 429c64b + d3fbc0f commit 369a7d7

File tree

104 files changed

+301
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+301
-276
lines changed

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,32 @@ shortTitle: Add an email address
2626
{% data reusables.user-settings.access_settings %}
2727
{% data reusables.user-settings.emails %}
2828
{% data reusables.user-settings.add_and_verify_email %}
29-
{% data reusables.user-settings.select_primary_email %}
29+
1. If you'd like to associate the email address with your web-based Git operations, select it from the "Primary email address" dropdown menu.
30+
31+
![Screenshot of the "Email" settings page. Under "Primary email address," a dropdown menu, labeled with Octocat's email address, is outlined in orange.](/assets/images/help/settings/email-primary.png)
32+
33+
## Troubleshooting adding an email
34+
35+
If you see an error message when you try to add an email address to your account, you may be experiencing one of the following issues.
36+
37+
### Email already in use
38+
39+
If you see the error message `Error adding EMAIL: email is already in use`, it means the email address is already linked to another {% data variables.product.prodname_dotcom %} account. An email address can only be associated with one {% data variables.product.prodname_dotcom %} account at a time.
40+
41+
To use this email with a different account, follow these steps:
42+
43+
1. Sign in to the account currently linked to the email address and remove it from that account.
44+
1. If you don’t have access to the account, request a password reset email to recover it. See [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials).
45+
46+
### Email linked to a {% data variables.enterprise.prodname_managed_user %}
47+
48+
If the email address that you are trying to add is provided to you by your organization, you may see the `Error adding EMAIL: email is already in use` error when your organization has created a {% data variables.enterprise.prodname_managed_user %} for you in their {% data variables.enterprise.prodname_emu_enterprise %}.
49+
50+
Reach out to your site administrator or internal IT helpdesk to learn about their deployment of {% data variables.product.prodname_ghe_cloud %} and how to access the account. You may be able to sign into the {% data variables.product.prodname_ghe_cloud %} application via the organization's identity provider (IdP).
51+
52+
If you want to use your email address with a personal account, you must sign in to your {% data variables.enterprise.prodname_managed_user %} and unverify the email in your account settings. The email will remain linked to your {% data variables.enterprise.prodname_managed_user %}, allowing you to access the account through your organization's IdP.
53+
54+
However, some third-party apps or services may not function properly with a {% data variables.enterprise.prodname_managed_user %} that has an unverified email address.
3055

3156
## Further reading
3257

content/communities/documenting-your-project-with-wikis/about-wikis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ topics:
1414
- Community
1515
---
1616

17-
Every repository on {% data variables.product.product_name %} comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles. A README file quickly tells what your project can do, while you can use a wiki to provide additional documentation. For more information, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes).
17+
Every repository on {% data variables.product.github %} comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles. A README file quickly tells what your project can do, while you can use a wiki to provide additional documentation. For more information, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes).
1818

1919
With wikis, you can write content just like everywhere else on {% data variables.product.prodname_dotcom %}. For more information, see [AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github). We use [our open-source Markup library](https://github.com/github/markup) to convert different formats into HTML, so you can choose to write in Markdown or any other supported format.
2020

2121
{% data reusables.getting-started.math-and-diagrams %}
2222

2323
If you create a wiki in a public repository, the wiki is available to {% ifversion ghes %}anyone with access to {% data variables.location.product_location %}{% else %}the public{% endif %}. If you create a wiki in a private{% ifversion ghec or ghes %} or internal{% endif %} repository, only people with access to the repository can access the wiki. For more information, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility).
2424

25-
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.location.product_location %} to contribute to a wiki in a public repository. For more information, see [AUTOTITLE](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis).
25+
You can edit wikis directly on {% data variables.product.github %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.location.product_location %} to contribute to a wiki in a public repository. For more information, see [AUTOTITLE](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis).
2626

2727
{% ifversion fpt or ghec %}
2828

content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Adding or editing wiki pages
3-
intro: 'You can add and edit wiki pages directly on {% data variables.product.product_name %} or locally using the command line.'
3+
intro: 'You can add and edit wiki pages directly on {% data variables.product.github %} or locally using the command line.'
44
redirect_from:
55
- /articles/adding-wiki-pages-via-the-online-interface
66
- /articles/editing-wiki-pages-via-the-online-interface
@@ -47,7 +47,7 @@ Wikis are part of Git repositories, so you can make changes locally and push the
4747
### Cloning wikis to your computer
4848

4949
Every wiki provides an easy way to clone its contents down to your computer.
50-
Once you've created an initial page on {% data variables.product.product_name %}, you can clone the repository to your computer with the provided URL:
50+
Once you've created an initial page on {% data variables.product.github %}, you can clone the repository to your computer with the provided URL:
5151

5252
```shell
5353
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.wiki.git

content/communities/documenting-your-project-with-wikis/editing-wiki-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Wikis can display PNG, JPEG, and GIF images.
4343

4444
### Linking to images in a repository
4545

46-
You can link to an image in a repository on {% data variables.product.product_name %} by copying the URL in your browser and using that as the path to the image. For example, embedding an image in your wiki using Markdown might look like this:
46+
You can link to an image in a repository on {% data variables.product.github %} by copying the URL in your browser and using that as the path to the image. For example, embedding an image in your wiki using Markdown might look like this:
4747

4848
[[https://github.com/USERNAME/REPOSITORY/blob/main/img/octocat.png|alt=octocat]]
4949

content/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can create a default code of conduct for your organization or personal accou
2525

2626
## Adding a code of conduct using a template
2727

28-
{% data variables.product.product_name %} provides templates for common codes of conduct to help you quickly add a code of conduct to your project.
28+
{% data variables.product.github %} provides templates for common codes of conduct to help you quickly add a code of conduct to your project.
2929

3030
{% data reusables.repositories.navigate-to-repo %}
3131
{% data reusables.files.add-file %}

content/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ shortTitle: Community health file
1818

1919
Default community health files are a set of predefined files that provide guidance and templates for maintaining a healthy and collaborative open source project. These files help you automate and standardize various aspects of your project's development and community interaction, promoting transparency, good practices, and collaboration.
2020

21-
You can add default community health files to a public repository called `.github` and {% data variables.product.product_name %} will use and display default files for any repository owned by the account that does not have its own file of that type in the following order:
21+
You can add default community health files to a public repository called `.github` and {% data variables.product.github %} will use and display default files for any repository owned by the account that does not have its own file of that type in the following order:
2222

2323
* The `.github` folder
2424
* The root of the repository
2525
* The `docs` folder
2626

27-
If no corresponding file is found in the current repository, {% data variables.product.product_name %} will use the default file from the `.github` repository, following the same order of precedence.
27+
If no corresponding file is found in the current repository, {% data variables.product.github %} will use the default file from the `.github` repository, following the same order of precedence.
2828

2929
For example, anyone who creates an issue or pull request in a repository that does not have its own `CONTRIBUTING.md` file will see a link to the default `CONTRIBUTING.md` from the `.github` repository. However, if a repository has any files in its own `.github/ISSUE_TEMPLATE` folder, such as issue templates or a `_config.yml` file, none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used. This allows repository maintainers to override the default files with specific templates or content on per-repository basis.
3030

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can encourage contributors to use issue templates by setting `blank_issues_e
6666
> [!NOTE]
6767
> If you used the legacy workflow to manually create an `issue_template.md` file in the `.github` folder and enable blank issues in your _config.yml_ file, the template in `issue_template.md` will be used when people choose to open a blank issue. If you disable blank issues, the template will never be used.
6868
69-
If you prefer to receive certain reports outside of {% data variables.product.product_name %}, you can direct people to external sites with `contact_links`.
69+
If you prefer to receive certain reports outside of {% data variables.product.github %}, you can direct people to external sites with `contact_links`.
7070

7171
Here is an example _config.yml_ file.
7272

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In {% data variables.product.prodname_vscode_shortname %} you can access {% data
6767

6868
With {% data variables.product.prodname_copilot_free_short %}, you can ask {% data variables.product.prodname_copilot_short %} questions within a chat interface on {% data variables.product.github %}.
6969

70-
1. To access your personal dashboard once you're signed in, click the {% octicon "mark-github" aria-label="The github octocat logo" %} in the upper-left corner of any page on {% data variables.product.product_name %}.
70+
1. To access your personal dashboard once you're signed in, click the {% octicon "mark-github" aria-label="The github octocat logo" %} in the upper-left corner of any page on {% data variables.product.github %}.
7171
1. At the top of the dashboard, use the "Ask a question" box to start a chat with {% data variables.product.prodname_copilot_short %}.
7272

7373
### Other IDEs

content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About discussions
3-
intro: 'Use discussions to ask and answer questions, share information, make announcements, and conduct or participate in a conversation about a project on {% data variables.product.product_name %}.'
3+
intro: 'Use discussions to ask and answer questions, share information, make announcements, and conduct or participate in a conversation about a project.'
44
versions:
55
fpt: '*'
66
ghes: '*'

content/discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Collaborating with maintainers using discussions
33
shortTitle: Collaborating with maintainers
4-
intro: 'You can contribute to the goals, plans, health, and community for a project on {% data variables.product.product_name %} by communicating with the maintainers of the project in a discussion.'
4+
intro: 'You can contribute to the goals, plans, health, and community for a project on {% data variables.product.github %} by communicating with the maintainers of the project in a discussion.'
55
permissions: 'People with read access to a repository can start and participate in discussions and polls in the repository. People with read access to the source repository for organization discussions can start and participate in discussions and polls in the organization. {% data reusables.enterprise-accounts.emu-permission-interact %}'
66
versions:
77
fpt: '*'

0 commit comments

Comments
 (0)