diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md deleted file mode 100644 index 4b3792be2d2..00000000000 --- a/CODING_GUIDELINES.md +++ /dev/null @@ -1,10 +0,0 @@ -Coding Guidelines -================= - -Hi! Thanks for your interest in contributing to Ansible. 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) - -* [Development conventions, tips and pitfalls](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html) - -Our [Community Guide](https://docs.ansible.com/ansible/devel/community/) may also help you connect with the community of Ansible developers. diff --git a/README.rst b/README.rst index 8684401c22d..150900da813 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 `_ +Coding Guidelines +================= + +We document our Coding Guidelines in the `Developer Guide `_. We particularly suggest you review: + +* `Contributing your module to Ansible `_ +* `Conventions, tips and pitfalls `_ + Branch Info =========== diff --git a/test/sanity/code-smell/package-data.py b/test/sanity/code-smell/package-data.py index c408ecb64d8..a1357a7b8d8 100755 --- a/test/sanity/code-smell/package-data.py +++ b/test/sanity/code-smell/package-data.py @@ -62,7 +62,6 @@ def assemble_files_to_ship(complete_file_list): 'examples/plugin_filters.yml', 'hacking/env-setup', 'hacking/env-setup.fish', - 'CODING_GUIDELINES.md', 'MANIFEST', ))