Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 64d5c6c

Browse files
authored
Update contributor_path.rst (ansible#79170)
grammar fixes
1 parent 1a6cfa8 commit 64d5c6c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/docsite/rst/community/contributor_path.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributor path
33
****************
44

5-
This section describes the contributor journey from the beginning to becoming a leader who helps shape the future of Ansible. You can use this path as a roadmap for your long-term participation.
5+
This section describes the contributor's journey from the beginning to becoming a leader who helps shape the future of Ansible. You can use this path as a roadmap for your long-term participation.
66

77
Any contribution to the project, even a small one, is very welcome and valuable. Any contribution counts, whether it's feedback on an issue, a pull request, a topic or documentation change, or a coding contribution. When you contribute regularly, your proficiency and judgment in the related area increase and, along with this, the importance of your presence in the project.
88

@@ -39,13 +39,13 @@ Specific knowledge for code developers
3939
Code development requires the most technical knowledge. Let's sort out what an Ansible developer should learn.
4040

4141

42-
You should understand at least *basics* of the following tools:
42+
You should understand at least the *basics* of the following tools:
4343

4444
- `Python programming language <https://docs.python.org/3/tutorial/>`_
4545
- `Git <https://git-scm.com/docs/gittutorial>`_
4646
- `GitHub collaborative development model through forks and pull requests <https://docs.github.com/en/github/collaborating-with-pull-requests/getting-started/about-collaborative-development-models>`_
4747

48-
You can learn these tools more in depth when working on your first contributions.
48+
You can learn these tools more in-depth when working on your first contributions.
4949

5050

5151
Each Ansible project has its own set of contributor guidelines. Familiarize yourself with these as you prepare your first contributions.
@@ -74,18 +74,18 @@ See :ref:`communication` for ways to communicate and engage with the Ansible com
7474
Teach others
7575
============
7676

77-
Share your experience with other contributors through :ref:`improving documentation<community_documentation_contributions>`, answering question from other contributors and users on :ref:`Matrix/Libera.Chat IRC<communication>`, giving advice in issues and pull requests, and discussing the `Community Topics <https://github.com/ansible-community/community-topics/issues>`_.
77+
Share your experience with other contributors through :ref:`improving documentation<community_documentation_contributions>`, and answering questions from other contributors and users on :ref:`Matrix/Libera.Chat IRC<communication>`, giving advice on issues and pull requests, and discussing `Community Topics <https://github.com/ansible-community/community-topics/issues>`_.
7878

7979
Become a collection maintainer
8080
===============================
8181

8282
If you are a code contributor to a collection, you can get extended permissions in the repository and become a maintainer. A collection maintainer is a contributor trusted by the community who makes significant and regular contributions to the project and showed themselves as a specialist in the related area. See :ref:`maintainers` for details.
8383

84-
For some collections that use the `collection bot <https://github.com/ansible-community/collection_bot>`_ , such as `community.general <https://github.com/ansible-collections/community.general>`_ and `community.network <https://github.com/ansible-collections/community.network>`_, you can have different levels of access and permissions.
84+
For some collections that use the `collection bot <https://github.com/ansible-community/collection_bot>`_, such as `community.general <https://github.com/ansible-collections/community.general>`_ and `community.network <https://github.com/ansible-collections/community.network>`_, you can have different levels of access and permissions.
8585

8686
* :ref:`module_maintainers` - The stage prior to becoming a collection maintainer. The file is usually a module or plugin. File maintainers have indirect commit rights.
8787
* supershipit permissions - Similar to being a file maintainer but the scope where a maintainer has the indirect commit is the whole repository.
88-
* ``triage`` - Access to the repository that allows contributors manage issues and pull requests.
88+
* ``triage`` - Access to the repository that allows contributors to manage issues and pull requests.
8989
* ``write`` access to the repository also known as ``commit``. In other words, become a committer. This access level allows contributors to merge pull requests to the development branch as well as perform all the other activities listed in the :ref:`maintainers`.
9090

9191
For information about permission levels, see the `GitHub official documentation <https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization>`_.
@@ -97,7 +97,7 @@ Become a steering committee member
9797

9898
You do NOT have to be a programmer to become a steering committee member.
9999

100-
The :ref:`Steering Committee <community_steering_committee>` member status reflects the highest level of trust which allows contributors to lead the project through making very important `decisions <https://github.com/ansible-community/community-topics/issues>`_ for the Ansible project. The Committee members are the community leaders who shape the project's future and the future of automation in the IT world in general.
100+
The :ref:`Steering Committee <community_steering_committee>` member status reflects the highest level of trust which allows contributors to lead the project by making very important `decisions <https://github.com/ansible-community/community-topics/issues>`_ for the Ansible project. The Committee members are the community leaders who shape the project's future and the future of automation in the IT world in general.
101101

102102
To reach the status, as the current Committee members did before getting it, along with the things mentioned in this document, you should:
103103

docs/docsite/rst/community/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Ansible Community Guide
1212

1313
Welcome to the Ansible Community Guide!
1414

15-
The purpose of this guide is to teach you everything you need to know about being a contributing member of the Ansible community. All types of contributions are welcome and necessary to Ansible's continued success.
15+
The purpose of this guide is to teach you everything you need to know about being a contributing member of the Ansible community. All types of contributions are welcome and necessary for Ansible's continued success.
1616

1717

1818
.. _community_toc:

0 commit comments

Comments
 (0)