diff options
author | Sandra McCann <samccann@redhat.com> | 2021-01-22 10:57:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 10:57:26 -0500 |
commit | 4099db6cb8586e07f9690bafb6f6cbbe0214f7aa (patch) | |
tree | 0b5418aa7472abc7edaf4ac1c0e9be9dd3b42f75 | |
parent | e6da5443101cc815cb479965ab8d0e81c6d23333 (diff) | |
download | ansible-samccann-patch-1.tar.gz |
add note about checking collection checklist samccann-patch-1
##### SUMMARY
<!--- Your description here -->
Collection developers who want to add their collection to the Ansible package need to follow this checklist.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
-rw-r--r-- | docs/docsite/rst/dev_guide/developing_collections.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst index d7b2718443..96dbda3cc6 100644 --- a/docs/docsite/rst/dev_guide/developing_collections.rst +++ b/docs/docsite/rst/dev_guide/developing_collections.rst @@ -10,6 +10,8 @@ You can publish and use collections through `Ansible Galaxy <https://galaxy.ansi * For details on how to *use* collections see :ref:`collections`. * For the current development status of Collections and FAQ see `Ansible Collections Overview and FAQ <https://github.com/ansible-collections/overview/blob/main/README.rst>`_. +* If you want your collection added to the Ansible package, see the `Ansible Collection Checklist <https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst>`_. + .. contents:: :local: |