summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2024-09-16 13:43:29 +0200
committerGitHub <noreply@github.com>2024-09-16 13:43:29 +0200
commitf00e3d7762091a3427ade2df7812d551491c4528 (patch)
tree62f4e6ba9378b01075aef56a0b0b76510dd4d237 /.github
parentrunas - create new SYTEM token for become (#83827) (diff)
downloadansible-f00e3d7762091a3427ade2df7812d551491c4528.tar.xz
ansible-f00e3d7762091a3427ade2df7812d551491c4528.zip
Update communication links for the forum (#83862)
* update communication details in README * update comms details in contributing * update comms details in issue templates * add link to contributors guide * point to devel for comms
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md15
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml11
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml10
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.yml12
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml18
5 files changed, 36 insertions, 30 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 300cff3832..fc15ea5dfc 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -4,11 +4,14 @@ Hi! Nice to see you here!
## QUESTIONS ?
-Please see the [Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) for information on
-how to ask questions on the [mailing lists](https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information) and IRC.
+If you have questions about anything related to Ansible, get in touch with us!
+See [Communicating with the Ansible community](https://docs.ansible.com/ansible/devel/community/communication.html) to find out how.
-The GitHub issue tracker is not the best place for questions for various reasons,
-but both IRC and the mailing list are very helpful places for those things, as the community page explains best.
+The [Community Guide](https://docs.ansible.com/ansible/devel/community/index.html) also explains how to contribute
+and interact with the project, including how to submit bug reports and code to Ansible.
+
+Please note that the GitHub issue tracker is not the best place to ask questions for several reasons.
+You'll get more helpful, and quicker, responses in the forum.
## CONTRIBUTING ?
@@ -17,11 +20,11 @@ By contributing to this project you agree to the [Developer Certificate of Origi
The Ansible project is licensed under the [GPL-3.0](COPYING) or later. Some portions of the code fall under other licenses as noted in individual files.
The Ansible project accepts contributions through GitHub pull requests.
-Please review the [Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) for more information on contributing to Ansible.
+Please review the [Community Guide](https://docs.ansible.com/ansible/devel/community/index.html) for more information on contributing to Ansible.
## BUG TO REPORT ?
-First and foremost, also check the [Community Guide](https://docs.ansible.com/ansible/latest/community/index.html).
+First and foremost, also check the [Community Guide](https://docs.ansible.com/ansible/devel/community/index.html).
You can report bugs or make enhancement requests at
the [Ansible GitHub issue page](http://github.com/ansible/ansible/issues/new/choose) by filling out the issue template that will be presented.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 75104bb529..8f4944c43c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -19,13 +19,14 @@ body:
Also test if the latest release and devel branch are affected too.
- **Tip:** If you are seeking community support, please consider
- [starting a mailing list thread or chatting in IRC][ML||IRC].
+ **Tip:** If you are seeking community support, please see
+ [Communicating with the Ansible community][communication] to
+ get in touch and ask questions.
- [ML||IRC]:
- https://docs.ansible.com/ansible-core/devel/community/communication.html?utm_medium=github&utm_source=issue_form--bug_report.yml#mailing-list-information
+ [communication]:
+ https://docs.ansible.com/ansible/devel/community/communication.html
[issue search]: ../search?q=is%3Aissue&type=issues
@@ -258,7 +259,7 @@ body:
description: |
Read the [Ansible Code of Conduct][CoC] first.
- [CoC]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--bug_report.yml
+ [CoC]: https://docs.ansible.com/ansible/devel/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--bug_report.yml
options:
- label: I agree to follow the Ansible Code of Conduct
required: true
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 74ec5696fd..6aa4a2b764 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,7 +2,7 @@
blank_issues_enabled: false # default: true
contact_links:
- name: 🔐 Security bug report 🔥
- url: https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html?utm_medium=github&utm_source=issue_template_chooser
+ url: https://docs.ansible.com/ansible/devel/community/reporting_bugs_and_features.html?utm_medium=github&utm_source=issue_template_chooser
about: |
Please learn how to report security vulnerabilities here.
@@ -11,12 +11,12 @@ contact_links:
a prompt response.
For more information, see
- https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html
+ https://docs.ansible.com/ansible/devel/community/reporting_bugs_and_features.html
- name: 📝 Ansible Code of Conduct
- url: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_template_chooser
+ url: https://docs.ansible.com/ansible/devel/community/code_of_conduct.html?utm_medium=github&utm_source=issue_template_chooser
about: ❤ Be nice to other members of the community. ☮ Behave.
-- name: 💬 Talks to the community
- url: https://docs.ansible.com/ansible/latest/community/communication.html?utm_medium=github&utm_source=issue_template_chooser#mailing-list-information
+- name: 💬 Talk to the community
+ url: https://docs.ansible.com/ansible/devel/community/communication.html?utm_medium=github&utm_source=issue_template_chooser#mailing-list-information
about: Please ask and answer usage questions here
- name: ⚡ Working groups
url: https://github.com/ansible/community/wiki
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml
index ca62bb55a7..efe8d1c203 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_report.yml
@@ -22,12 +22,14 @@ body:
Also test if the latest release and devel branch are affected too.
- **Tip:** If you are seeking community support, please consider
- [starting a mailing list thread or chatting in IRC][ML||IRC].
+ **Tip:** If you are seeking community support, please see
+ [Communicating with the Ansible community][communication] to
+ get in touch and ask questions.
- [ML||IRC]:
- https://docs.ansible.com/ansible-core/devel/community/communication.html?utm_medium=github&utm_source=issue_form--documentation_report.yml#mailing-list-information
+
+ [communication]:
+ https://docs.ansible.com/ansible/devel/community/communication.html
[issue search]: ../search?q=is%3Aissue&type=issues
@@ -205,7 +207,7 @@ body:
description: |
Read the [Ansible Code of Conduct][CoC] first.
- [CoC]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--documentation_report.yml
+ [CoC]: https://docs.ansible.com/ansible/devel/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--documentation_report.yml
options:
- label: I agree to follow the Ansible Code of Conduct
required: true
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 89541cdec5..2fce680fe6 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -21,8 +21,7 @@ body:
If unsure, consider filing a [new proposal] instead outlining your
use-cases, the research and implementation considerations. Then,
- start a discussion on one of the public [IRC meetings] we have just
- for this.
+ start a discussion in the [Ansible forum][forum].
<details>
@@ -44,21 +43,22 @@ body:
Also test if the devel branch does not already implement this.
- **Tip:** If you are seeking community support, please consider
- [starting a mailing list thread or chatting in IRC][ML||IRC].
+ **Tip:** If you are seeking community support, please see
+ [Communicating with the Ansible community][communication] to
+ get in touch and ask questions.
[contribute to collections]:
https://docs.ansible.com/ansible-core/devel/community/contributing_maintained_collections.html?utm_medium=github&utm_source=issue_form--feature_request.yml
- [IRC meetings]:
- https://docs.ansible.com/ansible-core/devel/community/communication.html?utm_medium=github&utm_source=issue_form--feature_request.yml#irc-meetings
+ [communication]:
+ https://docs.ansible.com/ansible/devel/community/communication.html
[issue search]: ../search?q=is%3Aissue&type=issues
- [ML||IRC]:
- https://docs.ansible.com/ansible-core/devel/community/communication.html?utm_medium=github&utm_source=issue_form--feature_request.yml#mailing-list-information
+ [forum help]:
+ https://forum.ansible.com/c/help/6
[new proposal]: ../../proposals/issues/new
@@ -185,7 +185,7 @@ body:
description: |
Read the [Ansible Code of Conduct][CoC] first.
- [CoC]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--feature_request.yml
+ [CoC]: https://docs.ansible.com/ansible/devel/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--feature_request.yml
options:
- label: I agree to follow the Ansible Code of Conduct
required: true