Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/admin/overview/best-practices-for-enterprises.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down