mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
ReStructuredText
30 lines
1.1 KiB
ReStructuredText
3 years ago
|
.. _colllections_contributions:
|
||
|
|
||
|
*************************************
|
||
|
Ansible Collections Contributor Guide
|
||
|
*************************************
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
collection_development_process
|
||
|
reporting_collections
|
||
|
documentation_contributions
|
||
|
maintainers
|
||
|
contributing_maintained_collections
|
||
|
other_tools_and_programs
|
||
|
|
||
|
|
||
|
|
||
|
If you have a specific Ansible interest or expertise (for example, VMware, Linode, and so on, consider joining a :ref:`working group <working_group_list>`.
|
||
|
|
||
|
Working with the Ansible collection repositories
|
||
|
=================================================
|
||
|
|
||
|
* How can I find :ref:`editors, linters, and other tools <other_tools_and_programs>` that will support my Ansible development efforts?
|
||
|
* Where can I find guidance on :ref:`coding in Ansible <developer_guide>`?
|
||
|
* How do I :ref:`create a collection <developing_modules_in_groups>`?
|
||
|
* How do I :ref:`rebase my PR <rebase_guide>`?
|
||
|
* How do I learn about Ansible's :ref:`testing (CI) process <developing_testing>`?
|
||
|
* How do I :ref:`deprecate a module <deprecating_modules>`?
|