mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6243112067
README: Add Communication section with Forum information (#8732)
* README: Add Communication section with Forum information
* Changelog fragment isn't needed for README change.
* Distinguish between Get Help and the community-general tag.
* Update links.
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 4cb4c608d0
)
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
edit_on_github:
|
|
repository: ansible-collections/community.general
|
|
branch: main
|
|
path_prefix: ''
|
|
|
|
extra_links:
|
|
- description: Submit a bug report
|
|
url: https://github.com/ansible-collections/community.general/issues/new?assignees=&labels=&template=bug_report.yml
|
|
- description: Request a feature
|
|
url: https://github.com/ansible-collections/community.general/issues/new?assignees=&labels=&template=feature_request.yml
|
|
|
|
communication:
|
|
matrix_rooms:
|
|
- topic: General usage and support questions
|
|
room: '#users:ansible.im'
|
|
irc_channels:
|
|
- topic: General usage and support questions
|
|
network: Libera
|
|
channel: '#ansible'
|
|
mailing_lists:
|
|
- topic: Ansible Project List
|
|
url: https://groups.google.com/g/ansible-project
|
|
forums:
|
|
- 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 the collection itself, not for specific modules or plugins"
|
|
# The following URL directly points to the "community-general" tag
|
|
url: https://forum.ansible.com/tag/community-general
|