mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Restore license agreement (#45809)
* adds page for CLA in community docs with links from dev and community docs
This commit is contained in:
@@ -18,6 +18,7 @@ To contribute a module to Ansible, you must:
|
||||
* use proper :ref:`Python 3 syntax <developing_python_3>`
|
||||
* follow `PEP 8 <https://www.python.org/dev/peps/pep-0008/>`_ Python style conventions - see :ref:`testing_pep8` for more information
|
||||
* license your module under the GPL license (GPLv3 or later)
|
||||
* understand the :ref:`license agreement <contributor_license_agreement>`, which applies to all contributions
|
||||
* conform to Ansible's :ref:`formatting and documentation <developing_modules_documenting>` standards
|
||||
* include comprehensive :ref:`tests <developing_testing>` for your module
|
||||
* minimize module dependencies
|
||||
|
||||
@@ -35,7 +35,10 @@ Find the task that best describes what you want to do:
|
||||
* I want to :ref:`connect Ansible to a new source of inventory <developing_inventory>`.
|
||||
* I want to :ref:`deprecate an outdated module <deprecating_modules>`.
|
||||
|
||||
* I want to :ref:`contribute my module or plugin to Ansible Core <developing_modules_checklist>`.
|
||||
* I want to contribute back to the Ansible project:
|
||||
|
||||
* I want to :ref:`contribute my module or plugin <developing_modules_checklist>`.
|
||||
* I want to :ref:`understand the license agreement <contributor_license_agreement>` for contributions to Ansible.
|
||||
|
||||
If you prefer to read the entire guide, here's a list of the pages in order.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user