Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2022-10-14 13:18:12 +0300
committerGitHub <noreply@github.com>2022-10-14 13:18:12 +0300
commit808f5a0c038ec276f0945013e7ee1f0b2c2b4fbf (patch)
tree7d3ad7167031793d19686ed383a2d154b4deb483 /docs
parent58f051a9414bde2ac61d3b9ac2e88e1cf9e1e7dc (diff)
contributor_path: add doc link (#79138)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/community/contributor_path.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docsite/rst/community/contributor_path.rst b/docs/docsite/rst/community/contributor_path.rst
index a1b79277a19..1d1c9045d62 100644
--- a/docs/docsite/rst/community/contributor_path.rst
+++ b/docs/docsite/rst/community/contributor_path.rst
@@ -57,7 +57,9 @@ Each Ansible project has its own set of contributor guidelines. Familiarize your
Making your first contribution
==============================
-You can find some ideas on how you can contribute in :ref:`how_can_i_help` and the `collection repository <https://github.com/ansible-collections/>`_ ``README`` and ``CONTRIBUTING`` files. To make your first experience as smooth as possible, read the repository documentation carefully, then ask the repository maintainers for guidance if you have any questions.
+You can find some ideas on how you can contribute in :ref:`how_can_i_help`.
+
+If you are interested in contributing to collections, take a look at :ref:`collection contributions<collections_contributions>` and the `collection repository <https://github.com/ansible-collections/>`_'s ``README`` and ``CONTRIBUTING`` files. To make your first experience as smooth as possible, read the repository documentation carefully, then ask the repository maintainers for guidance if you have any questions.
You can also look for GitHub issues labeled with the ``easyfix``, ``good_first_issue``, and ``docs`` labels. Add a comment on the GitHub issue to say you are looking at it and to ask for help if you need it.