From 6fc38c7d8f2908e836e2ea0434fd26e6c0235506 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 13 Oct 2023 18:13:05 +0200 Subject: [PATCH] Add more information about contributing section (#1803) Add more information about contributing section to README SUMMARY copied from community.aws ISSUE TYPE Docs Pull Request COMPONENT NAME README ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis (cherry picked from commit 86c7a0aa8bb44016c55be3909ac05a822187e07d) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8f64c734ba3..d0dd892edb3 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,13 @@ You can also join us on: - Libera.Chat IRC - the ``#ansible-aws`` [irc.libera.chat](https://libera.chat/) channel +### More information about contributing + +- [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) - Details on contributing to Ansible +- [Contributing to Collections](https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#contributing-to-collections) - How to check out collection git repositories correctly +- [Guidelines for Ansible Amazon AWS module development](https://docs.ansible.com/ansible/latest/collections/amazon/aws/docsite/dev_guidelines.html) +- [Getting Started With AWS Ansible Module Development and Community Contribution](https://www.ansible.com/blog/getting-started-with-aws-ansible-module-development) + ## Release notes See the [rendered changelog](https://ansible-collections.github.io/amazon.aws/branch/stable-6/collections/amazon/aws/docsite/CHANGELOG.html) or the [raw generated changelog](https://github.com/ansible-collections/amazon.aws/tree/stable-6/CHANGELOG.rst).