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. +...