summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2021-08-23 22:24:22 +0300
committerGitHub <noreply@github.com>2021-08-23 12:24:22 -0700
commit9e022484b754229ceab1b75514373051b6052c68 (patch)
treea6e8e7156340bf01c9e0a42c49be7896d3df2f43 /docs
parent362e6c5cc496fea045ab023e652a22bf6fa63aee (diff)
downloadansible-9e022484b754229ceab1b75514373051b6052c68.tar.gz
Docsite: improve reporting_bugs_and_features.rst (#75234) (#75450)
* Docsite: improve reporting_bugs_and_features.rst * Add clarification (cherry picked from commit 61b81bcd10775abf2aee7bb86ceff4ac9cb83f42)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/community/reporting_bugs_and_features.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/docsite/rst/community/reporting_bugs_and_features.rst b/docs/docsite/rst/community/reporting_bugs_and_features.rst
index 3861965d45..5178242455 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 <collections>`:
- #. Find the collection on Galaxy.
+ #. Find the collection on `Galaxy <https://galaxy.ansible.com>`_.
#. 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 <community_pull_requests>`, 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 <https://github.com/ansible/ansible/issues>`_ for ``ansible-core`` or in a corresponding collection repository (refer to the :ref:`Bugs in collections<reporting_bugs_in_collections>` section to learn how to find a proper issue tracker).