diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a18449340..7e6d20c21 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,10 +9,9 @@ body: value: | **Thank you for reporting a bug in Ansible Runner.** - If you are looking for community support, please reach out on IRC: - - [#ansible](https://web.libera.chat/#ansible) - [#ansible-runner](https://web.libera.chat/#ansible-runner) + If you are looking for community support, please visit + the [Community guide](https://ansible.readthedocs.io/projects/runner/en/latest/community/) + for information on how to get in touch. - type: input label: Ansible Runner version diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index 33ba94394..44da83369 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -10,11 +10,9 @@ body: value: | **Thank you reporting an issue with Ansible Runner documentation.** - If you are looking for community support, please reach out on IRC: - - [#ansible](https://web.libera.chat/#ansible) - [#ansible-runner](https://web.libera.chat/#ansible-runner) - + If you are looking for community support, please visit + the [Community guide](https://ansible.readthedocs.io/projects/runner/en/latest/community/) + for information on how to get in touch. - type: attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8adccc5ce..2f8ee1b64 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -10,11 +10,9 @@ body: value: | **Thank you for suggesting a new feature for Ansible Runner.** - If you are looking for community support, please reach out on IRC: - - [#ansible](https://web.libera.chat/#ansible) - [#ansible-runner](https://web.libera.chat/#ansible-runner) - + If you are looking for community support, please visit + the [Community guide](https://ansible.readthedocs.io/projects/runner/en/latest/community/) + for information on how to get in touch. - type: attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8146c6ad..1c70ce557 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,8 @@ Hi there! We're excited to have you as a contributor. -If you have questions about this document or anything not covered here? Come chat with us `#ansible-awx` on irc.libera.chat +If you have questions about this document or anything not covered here? +See the [Community section](https://ansible.readthedocs.io/projects/runner/en/latest/community/) of the docs for information about getting in touch. ## Things to know prior to submitting code diff --git a/README.md b/README.md index 2a0056e70..e68619bf5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Ansible Runner [![PyPi](https://img.shields.io/pypi/v/ansible-runner.svg?logo=Python)](https://pypi.org/project/ansible-runner/) [![Documentation](https://readthedocs.org/projects/ansible-runner/badge/?version=stable)](https://ansible-runner.readthedocs.io/en/latest/) [![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Ansible-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) -[![Ansible Mailing lists](https://img.shields.io/badge/Mailing%20lists-Ansible-orange.svg)](https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information) [![codecov](https://codecov.io/gh/ansible/ansible-runner/branch/devel/graph/badge.svg?token=CmCcjBz0pQ)](https://codecov.io/gh/ansible/ansible-runner) Ansible Runner is a tool and Python library that helps when interfacing with Ansible directly or as part of another system. Ansible Runner works as a standalone tool, a container image interface, or a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.