From daec4c2279d664adbb5cea8d572254f31a79a392 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 14 Aug 2024 14:36:41 +0200 Subject: [PATCH] README: Add Communication section with Forum information (#661) * README: Add Communication section with Forum information * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * Update README.md * Update README.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sagar Paul --- README.md | 13 +++++++++++++ changelogs/fragments/readme_communication.yml | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 changelogs/fragments/readme_communication.yml diff --git a/README.md b/README.md index 4b23b22dc..6f0471a63 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ The Ansible ``ansible.netcommon`` collection includes common content to help automate the management of network, security, and cloud devices. This includes connection plugins, such as ``network_cli``, ``httpapi``, and ``netconf``. +## Communication + +* Join the Ansible forum: + * [Get Help](https://forum.ansible.com/c/help/6): get help or help others. + * [Posts tagged with 'network'](https://forum.ansible.com/tag/network): subscribe to participate in collection-related conversations. + * [Ansible Network Automation Working Group](https://forum.ansible.com/g/network-wg/): by joining the team you will automatically get subscribed to the posts tagged with [network](https://forum.ansible.com/tags/network). + * [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 diff --git a/changelogs/fragments/readme_communication.yml b/changelogs/fragments/readme_communication.yml new file mode 100644 index 000000000..6ae0307d2 --- /dev/null +++ b/changelogs/fragments/readme_communication.yml @@ -0,0 +1,3 @@ +--- +trivial: + - README.md - Add Communication section with Forum information.