Skip to content

Commit 4fc1018

Browse files
authoredMar 26, 2020
Move coding guidelines links to readme. (ansible#68479)
1 parent 5945415 commit 4fc1018

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed
 

‎CODING_GUIDELINES.md

-10
This file was deleted.

‎README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ Get Involved
5858
* For a list of email lists, IRC channels and Working Groups, see the
5959
`Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_
6060

61+
Coding Guidelines
62+
=================
63+
64+
We document our Coding Guidelines in the `Developer Guide <https://docs.ansible.com/ansible/devel/dev_guide/>`_. We particularly suggest you review:
65+
66+
* `Contributing your module to Ansible <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html>`_
67+
* `Conventions, tips and pitfalls <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html>`_
68+
6169
Branch Info
6270
===========
6371

‎test/sanity/code-smell/package-data.py

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def assemble_files_to_ship(complete_file_list):
6262
'examples/plugin_filters.yml',
6363
'hacking/env-setup',
6464
'hacking/env-setup.fish',
65-
'CODING_GUIDELINES.md',
6665
'MANIFEST',
6766
))
6867

0 commit comments

Comments
 (0)
Please sign in to comment.