mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct to development_process (#39069)
This commit is contained in:
parent
f332151f59
commit
c4e298b808
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
.. _community_development_process:
|
||||||
|
|
||||||
The Ansible Development Process
|
The Ansible Development Process
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ If you should discover that the bug you're trying to file already exists in an i
|
||||||
Review and submit pull requests
|
Review and submit pull requests
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
As you become more familiar with how Ansible works, you may be able to fix issues or develop new features yourself. If you think you've got a solution to a bug you've found in Ansible, or if you've got a new feature that you've written and would like to share with millions of Ansible users, read all about the `Ansible development process <http://docs.ansible.com/ansible/latest/community/development_process.rst>`_ to learn how to get your code accepted into Ansible.
|
As you become more familiar with how Ansible works, you may be able to fix issues or develop new features yourself. If you think you've got a solution to a bug you've found in Ansible, or if you've got a new feature that you've written and would like to share with millions of Ansible users, read all about the :ref:`Ansible development process <community_development_process>` to learn how to get your code accepted into Ansible.
|
||||||
|
|
||||||
Another good way to help is to review pull requests that other Ansible users have submitted. The Ansible community keeps a full list of `open pull requests by file <https://ansible.sivel.net/byfile.html>`_, so if there's a particular module or plug-in that particularly interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback.
|
Another good way to help is to review pull requests that other Ansible users have submitted. The Ansible community keeps a full list of `open pull requests by file <https://ansible.sivel.net/byfile.html>`_, so if there's a particular module or plug-in that particularly interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue