summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Silva <thaumos@users.noreply.github.com>2017-03-20 19:21:26 -0700
committerMatt Davis <nitzmahone@users.noreply.github.com>2017-03-20 19:21:26 -0700
commitacd9303b7b5ee17fa68081a240feab97a56ee6b2 (patch)
treeabc4d59a69134c9061c00f8465806abdb14a59cc /docs
parent0c2c19edb4a6e0d02eea3b7f5f437650475cefab (diff)
downloadansible-acd9303b7b5ee17fa68081a240feab97a56ee6b2.tar.gz
cherry pick changes to modules and docs for 2.3 rc (#22815)
* Dropped openwrt module from curated to community (#22657) * changed supported_by from curated to community (#22656) * Changed supported_by from curated to community (#22654) * Updates to docs for metadata. (#22667) * Updates to docs for metadata. * Update developing_modules_documenting.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/developing_modules_documenting.rst14
-rw-r--r--docs/docsite/rst/modules_support.rst3
2 files changed, 7 insertions, 10 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
index f1c2dcc3b6..f8832196a2 100644
--- a/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
+++ b/docs/docsite/rst/dev_guide/developing_modules_documenting.rst
@@ -82,14 +82,12 @@ Fields
:supported_by: This field records who supports the module.
Default value is ``community``. Values are:
- :core: Maintained by the Ansible core team. Core team will fix
- bugs, add new features, and review PRs.
- :community: This module is maintained by the community at large,
- which is responsible for fixing bugs, adding new features, and
- reviewing changes.
- :curated: The Ansible Core Team is the gatekeeper for this module. They
- will review PRs from the community before merging but might not generate
- fixes and code for new features on their own.
+ :core:
+ :curated:
+ :community:
+
+ For information on what the support level values entail, please see
+ :doc:`../modules_support.rst`
:status: This field records information about the module that is
important to the end user. It’s a list of strings. The default value
diff --git a/docs/docsite/rst/modules_support.rst b/docs/docsite/rst/modules_support.rst
index dbf6c02cf6..4af32e6cbb 100644
--- a/docs/docsite/rst/modules_support.rst
+++ b/docs/docsite/rst/modules_support.rst
@@ -26,8 +26,7 @@ Curated
Some examples of Curated modules are submitted by other companies or maintained by the community. Maintainers of these types of modules must watch for any issues reported or pull requests raised against the module.
-Core Committers will review all modules becoming Curated or updates to existing Curated modules. Core committers will also ensure that any issues that arise due to Ansible engine changes will be remediated.
-
+Core Committers will review all modules becoming Curated. Core Committers will review proposed changes to existing Curated modules once the community maintainers of the module have approved the changes. Core committers will also ensure that any issues that arise due to Ansible engine changes will be remediated.
Also, it is strongly recommended (but not presently required) for these types of modules to have unit tests.
These modules are currently shipped with Ansible, but might be shipped separately in the future.