Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add namespace limitations #2308

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ Collection naming

When choosing a name for a brand new namespace:

* Take into consideration the `Namespace limitations <https://galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespace-limitations>`_ which list requirements for namespaces in Galaxy.
* Namespace names in Galaxy are limited to lowercase word characters (a-z, 0-9) and '_', must have a minimum length of 2
characters, and cannot start with an '_'. No other characters are allowed, including '.', '-', and space.
Comment on lines +304 to +305
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Namespace names in Galaxy are limited to lowercase word characters (a-z, 0-9) and '_', must have a minimum length of 2
characters, and cannot start with an '_'. No other characters are allowed, including '.', '-', and space.
* Namespace names in Galaxy are limited to lowercase word characters (a-z, 0-9) and '_', must have a minimum length of 2 characters, and cannot start with an '_'. No other characters are allowed, including '.', '-', and space.

* If the namespace does not exist yet and is not occupied by anybody else, submit a `namespace request <https://github.com/ansible/galaxy/issues/new/choose>`_ to have it created for you.

Naming recommendations:
Expand Down
Loading