Skip to content

Commit 907648f

Browse files
committed
Merge pull request ansible#52 from techtonik/patch-1
README.md: Reference module development guide (fixes ansible#10)
2 parents 70c7e69 + c97b4f5 commit 907648f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ This repo contains a subset of ansible-modules with slightly lower use or priori
55

66
All new modules should be submitted here, and have a chance to be promoted to core over time.
77

8-
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.
8+
Reporting bugs
9+
==============
10+
11+
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/).
12+
13+
Testing modules
14+
===============
15+
16+
Ansible [module development guide](http://docs.ansible.com/developing_modules.html#testing-modules) contains the latest info about that.
917

1018
License
1119
=======

0 commit comments

Comments
 (0)