From 8ffe34dcf1ac663a00237048d62b2f04c029ded5 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 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e441a4e3527..ea9c4ced04e 100644 --- a/CONTRIBUTING.md +++ b/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!