Docs partner checklist (bulk modules) (#20794)

* WIP Partners guide for adding multiple modules

* WIP

* WIP

* WIP

* WIP

* WIP

* HACK

* Revert hack

* Brian's feedback

* Remove squash notes

* Minor tidyups

* Unit & Integration tests (& minor tweaks)

* Details about Unit tests
* As we are about to feature freeze on Ansible 2.3 remove the notes about Ansible 2.4 and py2.4.
* Module names should be in the singular

* Scot & Dylan's feedback

* 5 PRs at once. Remove FIXMEs

* Formatting

* How to use Git & GitHub

* directories are in category & topic

* Expectations of Module authors

* Better wording for module author's responsibilities
This commit is contained in:
John R Barker 2017-02-10 22:02:24 +00:00 committed by scottb
parent 1b1d58eb7e
commit cd6792a058
2 changed files with 153 additions and 2 deletions

View file

@ -52,16 +52,17 @@ How To Develop A Module
The following topics will discuss how to develop and work with modules:
:doc:`developing_modules_general`
A general overview of how to develop, debug, and test modules
A general overview of how to develop, debug, and test modules.
:doc:`developing_modules_documenting`
How to include in-line documentation in your module.
:doc:`developing_modules_best_practices`
Best practices, recommendations, and things to avoid.
:doc:`developing_modules_checklist`
Checklist for contributing your module to Ansible.
:doc:`developing_modules_python3`
Adding Python 3 support to modules (all new modules must be py2.4 and py3 compatible).
:doc:`developing_modules_in_groups`
A guide for partners wanting to submit multiple modules.
.. seealso::