developing_collections_creating.rst: fix min namespace / collection name length specified (#3407) (#3408)

developing_collections_creating.rst: fix min namespace / collection name length specified

(cherry picked from commit e129078d34)

Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
This commit is contained in:
patchback[bot]
2026-01-08 08:07:59 +00:00
committed by GitHub
parent 87a6660710
commit 8b249c21b8

View File

@@ -60,7 +60,7 @@ To start a new collection, run the following command in your collections directo
.. note::
Both the namespace and collection names use the same strict set of requirements. Both are limited to alphanumeric characters and underscores, must have a minimum length of two characters, and cannot start with an underscore.
Both the namespace and collection names use the same strict set of requirements. Both are limited to alphanumeric characters and underscores, must have a minimum length of three characters, and cannot start with an underscore.
It will create the structure ``[my_namespace]/[my_collection]/[collection skeleton]``.