summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2014-11-04 16:35:07 -0500
committerBrian Coca <bcoca@ansible.com>2014-11-04 16:35:07 -0500
commit907648f12af1ab8a34da544af0e3ec57260ad5cf (patch)
treed8c20a712625a032bcf6619fd35ed70a2d388a68
parent70c7e69b6290fd76ac2e109bb22c7e24d83f89a8 (diff)
parentc97b4f5e79148c57f76a3ba94adba1d76fcf9d22 (diff)
downloadansible-modules-extras-907648f12af1ab8a34da544af0e3ec57260ad5cf.tar.gz
Merge pull request #52 from techtonik/patch-1
README.md: Reference module development guide (fixes #10)
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 440a704e..5d9c47f8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,15 @@ This repo contains a subset of ansible-modules with slightly lower use or priori
All new modules should be submitted here, and have a chance to be promoted to core over time.
-Take care to submit tickets to the appropriate repo where modules are contained. The docs.ansible.com website indicates this at the bottom of each module documentation page.
+Reporting bugs
+==============
+
+Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of modlue documentation page at [docs.ansible.com](http://docs.ansible.com/).
+
+Testing modules
+===============
+
+Ansible [module development guide](http://docs.ansible.com/developing_modules.html#testing-modules) contains the latest info about that.
License
=======