summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2020-03-26 12:19:01 -0700
committerGitHub <noreply@github.com>2020-03-26 15:19:01 -0400
commit4fc10186b964809706dea841cad26778de9c00a3 (patch)
treef067c9941e81f5a996e82f47627dbdc5093657d2 /README.rst
parent59454153984da2e9127931194d26180ca3e99ee6 (diff)
downloadansible-4fc10186b964809706dea841cad26778de9c00a3.tar.gz
Move coding guidelines links to readme. (#68479)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8684401c22..150900da81 100644
--- a/README.rst
+++ b/README.rst
@@ -58,6 +58,14 @@ Get Involved
* For a list of email lists, IRC channels and Working Groups, see the
`Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_
+Coding Guidelines
+=================
+
+We document our Coding Guidelines in the `Developer Guide <https://docs.ansible.com/ansible/devel/dev_guide/>`_. We particularly suggest you review:
+
+* `Contributing your module to Ansible <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html>`_
+* `Conventions, tips and pitfalls <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html>`_
+
Branch Info
===========