From 3c4b037bff72f5de8fe68dc209d36ef96d122d48 Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:35:24 +0530 Subject: [PATCH] Add support section in README (#665) * Add support section in README * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- README.md | 10 ++++++++++ changelogs/fragments/add_support_section.yaml | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 changelogs/fragments/add_support_section.yaml diff --git a/README.md b/README.md index 6f0471a63..61100facc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ 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``. +## Support + +As a Red Hat Ansible [Certified Content](https://catalog.redhat.com/software/search?target_platforms=Red%20Hat%20Ansible%20Automation%20Platform), this collection is entitled to [support](https://access.redhat.com/support/) through [Ansible Automation Platform](https://www.redhat.com/en/technologies/management/ansible) (AAP). + +If a support case cannot be opened with Red Hat and the collection has been obtained either from [Galaxy](https://galaxy.ansible.com/ui/) or [GitHub](https://github.com/ansible-collections/ansible.netcommon), there is community support available at no charge. + +You can join us on [#network:ansible.com](https://matrix.to/#/#network:ansible.com) room or the [Ansible Forum Network Working Group](https://forum.ansible.com/g/network-wg). + +For more information you can check the communication section below. + ## Communication * Join the Ansible forum: diff --git a/changelogs/fragments/add_support_section.yaml b/changelogs/fragments/add_support_section.yaml new file mode 100644 index 000000000..754cf19c4 --- /dev/null +++ b/changelogs/fragments/add_support_section.yaml @@ -0,0 +1,3 @@ +--- +doc_changes: + - "Includes a new support related section in the README."