Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: remove IRC remnants #1393

Merged
merged 4 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/documentation_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading