From d071374861597d572ad078023757aac14bffed17 Mon Sep 17 00:00:00 2001 From: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:23:36 +0100 Subject: [PATCH 1/3] Add note about commas in quotation marks to style guide (#55179) --- .../contributing/style-guide-and-content-model/style-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/contributing/style-guide-and-content-model/style-guide.md b/content/contributing/style-guide-and-content-model/style-guide.md index bdd735ade28f..c4ed539664da 100644 --- a/content/contributing/style-guide-and-content-model/style-guide.md +++ b/content/contributing/style-guide-and-content-model/style-guide.md @@ -1561,7 +1561,8 @@ We only document the responsive states of UI elements when they create ambiguity ### User interface text -When referencing text in the user interface, reproduce the text exactly. Use quotation marks to surround UI text that cannot be interacted with. +When referencing text in the user interface, reproduce the text exactly. Use quotation marks to surround UI text that cannot be interacted with. Place any commas outside of the quotation marks. + * **Use:** Under “IP allow list”, click **Edit**. ### More resources From b95448b774e4825d0397bdc50dcb569141d44674 Mon Sep 17 00:00:00 2001 From: John Clement <70238417+jclement136@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:10:00 -0400 Subject: [PATCH 2/3] Add point about reusing org names in a migration within GitHub.com (#55106) Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- .../overview-of-a-migration-between-github-products.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/migrations/using-github-enterprise-importer/migrating-between-github-products/overview-of-a-migration-between-github-products.md b/content/migrations/using-github-enterprise-importer/migrating-between-github-products/overview-of-a-migration-between-github-products.md index 6e2c0a22cf6d..bc60db557f83 100644 --- a/content/migrations/using-github-enterprise-importer/migrating-between-github-products/overview-of-a-migration-between-github-products.md +++ b/content/migrations/using-github-enterprise-importer/migrating-between-github-products/overview-of-a-migration-between-github-products.md @@ -103,6 +103,12 @@ Even if you change your organizational structure, you can still prepare a script {% data reusables.enterprise-migration-tool.organization-structure-tasks %} +## What is our plan for the enterprise and organization names? + +If you are migrating between accounts on {% data variables.product.prodname_dotcom_the_website %}, keep in mind that there are naming constraints for user, organization, and enterprise accounts. If you need to re-use an organization or enterprise name for the migration, we recommend renaming accounts before as opposed to deleting them. Renaming makes a user, organization or enterprise account name available immediately for re-use. + +Organization accounts on {% data variables.product.prodname_enterprise %} share the same namespace; two user/organization accounts cannot have the same name. Enterprise accounts on {% data variables.product.prodname_enterprise %} share the same namespace; two enterprise accounts cannot have the same name. + ## Running your migrations {% data reusables.enterprise-migration-tool.running-your-migrations %} From 51feec854d010aaf9394cf9a510202bbd02112fe Mon Sep 17 00:00:00 2001 From: John Clement <70238417+jclement136@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:11:47 -0400 Subject: [PATCH 3/3] [Improvement]: Encourage enterprises to follow best practices for org owners (#55113) Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- content/admin/overview/best-practices-for-enterprises.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/admin/overview/best-practices-for-enterprises.md b/content/admin/overview/best-practices-for-enterprises.md index 5ad36aa80c83..a3d9f9dfca05 100644 --- a/content/admin/overview/best-practices-for-enterprises.md +++ b/content/admin/overview/best-practices-for-enterprises.md @@ -56,6 +56,10 @@ You can manage the display of usernames within your enterprise's private reposit {% endif %} +## Maintain ownership continuity + +Organizations can have more than one organization owner to avoid lapses in ownership. We recommend that at least two people within each organization have the owner role. For more information, see [AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization). + ## Further reading * [AUTOTITLE](/repositories/creating-and-managing-repositories/best-practices-for-repositories)