From d0359cab7f1f0b0b7e5140aec1b81b92275e7c6f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:42:19 +0000 Subject: [PATCH] Add more information about contributing section (#1803) (#1806) [PR #1803/86c7a0aa backport][stable-6] Add more information about contributing section to README This is a backport of PR #1803 as merged into main (86c7a0a). SUMMARY copied from community.aws ISSUE TYPE Docs Pull Request COMPONENT NAME README ADDITIONAL INFORMATION Reviewed-by: Mark Chappell --- 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).