From 73939ba8fff1d7b52558043cd7b9fbb5ac14ec8b Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 8 Jul 2026 15:11:56 +0900 Subject: [PATCH] Update README Support section to reference Red Hat Automation Hub (#768) (#770) Signed-off-by: Hideki Saito --- README.md | 3 ++- changelogs/fragments/768_update_support_section.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/768_update_support_section.yml diff --git a/README.md b/README.md index b729f45..6389bde 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ We welcome community contributions to this collection. For more details, see [Co ## Support -See [Communication](#Communication) section. +* Community users can find help through the [Communication](#Communication) section. +* Red Hat Ansible Automation Platform subscribers can request support through [Automation Hub](https://console.redhat.com/ansible/automation-hub/collections/published/ansible/posix/) by using the "Create issue" button on the collection page. ## Release Notes and Roadmap diff --git a/changelogs/fragments/768_update_support_section.yml b/changelogs/fragments/768_update_support_section.yml new file mode 100644 index 0000000..bfd3b70 --- /dev/null +++ b/changelogs/fragments/768_update_support_section.yml @@ -0,0 +1,4 @@ +--- +bugfixes: + - README - Added ``Red Hat Automation Hub`` as correct contact information for Red Hat Ansible Automation Platform subscribers. +...