diff --git a/docs/docsite/rst/community/collection_contributors/collection_requirements.rst b/docs/docsite/rst/community/collection_contributors/collection_requirements.rst index 1186e0b9da6..873b600fbd4 100644 --- a/docs/docsite/rst/community/collection_contributors/collection_requirements.rst +++ b/docs/docsite/rst/community/collection_contributors/collection_requirements.rst @@ -156,6 +156,7 @@ Your collection repository MUST have a ``README.md`` in the root of the collecti meta/runtime.yml ---------------- + Example: `meta/runtime.yml `_ * The ``meta/runtime.yml`` MUST define the minimum version of Ansible which this collection works with. @@ -165,6 +166,13 @@ Example: `meta/runtime.yml `_ building, they SHOULD be listed in corresponding files under the ``meta`` directory, specified in ``meta/execution-environment.yml``, and `verified `_. + +See the `Collection-level dependencies guide `_ for more information and `collection_template/meta ` directory content as an example. + Modules & Plugins ------------------