summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2022-10-25 23:27:35 +0200
committerGitHub <noreply@github.com>2022-10-25 16:27:35 -0500
commit45bf720b06249dc9d117fd762acc044f535aa467 (patch)
tree36a5a8a743beb107bf9abe589bd8f0804076c481
parent8d6251af61bbff7a6d0b142eb8b1ef7106262db9 (diff)
downloadansible-45bf720b06249dc9d117fd762acc044f535aa467.tar.gz
contributor_path: add doc link (#79138) (#79139)
(cherry picked from commit 808f5a0c038ec276f0945013e7ee1f0b2c2b4fbf)
-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 6c92d3bb13..435eb891c7 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.