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.