From ffb1cab21336687ab509876e334fe6c6d416f9dc Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Thu, 23 Jul 2015 14:23:00 -0400 Subject: [PATCH] Add new policy guidelines for Core --- lib/ansible/modules/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/modules/CONTRIBUTING.md b/lib/ansible/modules/CONTRIBUTING.md index e441a4e352..ea9c4ced04 100644 --- a/lib/ansible/modules/CONTRIBUTING.md +++ b/lib/ansible/modules/CONTRIBUTING.md @@ -22,6 +22,10 @@ I'd also read the community page above, but in particular, make sure you copy [t Also please make sure you are testing on the latest released version of Ansible or the development branch. +If you'd like to contribute code to an existing module +====================================================== +Each module in Core is maintained by the owner of that module; each module's owner is indicated in the documentation section of the module itself. Any pull request for a module that is given a +1 by the owner in the comments will be merged by the Ansible team. + Thanks!