From c97b4f5e79148c57f76a3ba94adba1d76fcf9d22 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Sat, 4 Oct 2014 11:46:00 +0300 Subject: [PATCH] README.md: Reference module development guide (fixes #10) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 440a704ee3d..5d9c47f8303 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 =======