From 7862e9edd2da30c905ee8b2cd52f2fe015f11a19 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 19 Aug 2024 11:01:23 +0200 Subject: [PATCH] README: Add Communication section with Forum information (#2134) SUMMARY Dear maintainers, As a part of the Consolidating Ansible discussion platforms initiative, this PR adds the communication section template defined by the community to the README. Similar PRs are being raised across all included collections under the ansible-collection org for now. If you have your forum group and/or tags related to the collection, please update corresponding lines by suggesting changes to the PR. If the collection is not present on the Ansible forum yet, please check out the existing tags and groups - use what suits your collection. If there is no appropritate tag and group yet, please request one. Then update corresponding lines by suggesting changes to the PR. Presence in the forum will soon likely become a part of the Collection inclusion requirements. ISSUE TYPE Docs Pull Request COMPONENT NAME README.md Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis --- README.md | 13 +++++++++++++ changelogs/fragments/0-readme.yml | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 changelogs/fragments/0-readme.yml diff --git a/README.md b/README.md index 1cc7ff4ba7c..efe4d130812 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ The Ansible Community AWS collection includes a variety of Ansible content to he AWS related modules and plugins supported by the Ansible Cloud team are in the [amazon.aws](https://github.com/ansible-collections/amazon.aws) collection. +## Communication + +* Join the Ansible forum: + * [Get Help](https://forum.ansible.com/c/help/6): get help or help others. + * [Posts tagged with 'aws'](https://forum.ansible.com/tag/aws): subscribe to participate in collection-related conversations. + * [AWS Working Group](https://forum.ansible.com/g/AWS): by joining the team you will automatically get subscribed to the posts tagged with [aws](https://forum.ansible.com/tags). + * [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts. + * [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events. + +* The Ansible [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes. + +For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html). + ## Ansible version compatibility Tested with the Ansible Core >= 2.15.0 versions, and the current development version of Ansible. Ansible Core versions before 2.15.0 are not supported. diff --git a/changelogs/fragments/0-readme.yml b/changelogs/fragments/0-readme.yml new file mode 100644 index 00000000000..6ae0307d203 --- /dev/null +++ b/changelogs/fragments/0-readme.yml @@ -0,0 +1,3 @@ +--- +trivial: + - README.md - Add Communication section with Forum information.