mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-08 17:24:37 +02:00
Improve communication info. (#307)
This commit is contained in:
parent
877c9fa4fe
commit
1859ef9d35
2 changed files with 24 additions and 1 deletions
18
README.md
18
README.md
|
@ -13,6 +13,24 @@ Provides modules for [Ansible](https://www.ansible.com/community) to manage [Mik
|
|||
|
||||
You can find [documentation for the modules and plugins in this collection here](https://docs.ansible.com/ansible/devel/collections/community/routeros/).
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
We follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
|
||||
|
||||
If you encounter abusive behavior violating the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html), please refer to the [policy violations](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html#policy-violations) section of the Code of Conduct for information on how to raise a complaint.
|
||||
|
||||
## Communication
|
||||
|
||||
* Join the Ansible forum:
|
||||
* [Get Help](https://forum.ansible.com/c/help/6): get help or help others. This is for questions about modules or plugins in the collection.
|
||||
* [Posts tagged with 'routeros'](https://forum.ansible.com/tag/routeros): subscribe to participate in RouterOS related conversations.
|
||||
* [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts.
|
||||
* [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide announcements including social events.
|
||||
|
||||
* The Ansible [Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn): used to announce releases and important changes.
|
||||
|
||||
For more information about communication, see the [Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
|
||||
|
||||
## Tested with Ansible
|
||||
|
||||
Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, and ansible-core 2.17 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
|
||||
|
|
|
@ -9,6 +9,8 @@ edit_on_github:
|
|||
path_prefix: ''
|
||||
|
||||
extra_links:
|
||||
- description: Ask for help (RouterOS)
|
||||
url: https://forum.ansible.com/tags/c/help/6/none/routeros
|
||||
- description: Submit a bug report
|
||||
url: https://github.com/ansible-collections/community.routeros/issues/new?assignees=&labels=&template=bug_report.md
|
||||
- description: Request a feature
|
||||
|
@ -26,6 +28,9 @@ communication:
|
|||
- topic: Ansible Project List
|
||||
url: https://groups.google.com/g/ansible-project
|
||||
forums:
|
||||
- topic: Ansible Forum
|
||||
- topic: "Ansible Forum: General usage and support questions"
|
||||
# The following URL directly points to the "Get Help" section
|
||||
url: https://forum.ansible.com/c/help/6/none
|
||||
- topic: "Ansible Forum: Discussions about RouterOS"
|
||||
# The following URL directly points to the "routeros" tag
|
||||
url: https://forum.ansible.com/tag/routeros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue