From 49f64aecee9273432208c220862d5ffca9a6a108 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 12 Aug 2024 17:05:24 +0200 Subject: [PATCH] Improve communication info. (#792) --- README.md | 6 ++++++ docs/docsite/links.yml | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a92055fe..42e35c7a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ You can find [documentation for this collection on the Ansible docs site](https: Please note that this collection does **not** support Windows targets. +## 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: diff --git a/docs/docsite/links.yml b/docs/docsite/links.yml index b2d1e5c6..ac6bc9a5 100644 --- a/docs/docsite/links.yml +++ b/docs/docsite/links.yml @@ -9,6 +9,10 @@ edit_on_github: path_prefix: '' extra_links: + - description: Ask for help (crypto) + url: https://forum.ansible.com/tags/c/help/6/none/crypto + - description: Ask for help (ACME) + url: https://forum.ansible.com/tags/c/help/6/none/acme - description: Submit a bug report url: https://github.com/ansible-collections/community.crypto/issues/new?assignees=&labels=&template=bug_report.md - description: Request a feature @@ -26,6 +30,12 @@ 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 cryptography" + # The following URL directly points to the "crpyto" tag + url: https://forum.ansible.com/tag/crpyto + - topic: "Ansible Forum: Discussions about ACME (RFC 8555)" + # The following URL directly points to the "acme" tag + url: https://forum.ansible.com/tag/acme