diff --git a/docs/docsite/rst/community/reporting_bugs_and_features.rst b/docs/docsite/rst/community/reporting_bugs_and_features.rst index 3861965d45b..51782424559 100644 --- a/docs/docsite/rst/community/reporting_bugs_and_features.rst +++ b/docs/docsite/rst/community/reporting_bugs_and_features.rst @@ -37,12 +37,14 @@ If you find a bug, open the issue yourself to ensure we have a record of it. Do * Include output where possible * For multiple-file content, use gist.github.com, which is more durable than pastebin content +.. _reporting_bugs_in_collections: + Bugs in collections ------------------- Many bugs only affect a single module or plugin. If you find a bug that affects a module or plugin hosted in a collection, file the bug in the repository of the :ref:`collection `: - #. Find the collection on Galaxy. + #. Find the collection on `Galaxy `_. #. Click on the Issue Tracker link for that collection. #. Follow the contributor guidelines or instructions in the collection repo. @@ -54,3 +56,5 @@ Requesting a feature ==================== The best way to get a feature into Ansible is to :ref:`submit a pull request `, either against ansible-core or against a collection. See also :ref:`ansible_collection_merge_requirements`. + +You can also submit a feature request through opening an issue in the `ansible/ansible `_ for ``ansible-core`` or in a corresponding collection repository (refer to the :ref:`Bugs in collections` section to learn how to find a proper issue tracker).