From 07cc8d9794ce1af5e7929f5977007b79f013a517 Mon Sep 17 00:00:00 2001 From: Rebeccah Date: Wed, 13 Apr 2022 13:38:35 -0400 Subject: [PATCH 1/4] create a singular page with listed replies that can be copy and pasted for mailing list and bug scrub purposes --- .github/saved-replies/mail-list.md | 8 -------- .github/triage_replies.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 .github/saved-replies/mail-list.md create mode 100644 .github/triage_replies.md diff --git a/.github/saved-replies/mail-list.md b/.github/saved-replies/mail-list.md deleted file mode 100644 index 04f36e31f656..000000000000 --- a/.github/saved-replies/mail-list.md +++ /dev/null @@ -1,8 +0,0 @@ -Hello, - -This issue tracker is for tracking feature enhancements and bugs. - -If you need help troubleshooting or are looking for help using AWX, try our mailing list or IRC channel: - -#ansible-awx on[https://libera.chat/](https://libera.chat/) -https://groups.google.com/forum/#!forum/awx-project \ No newline at end of file diff --git a/.github/triage_replies.md b/.github/triage_replies.md new file mode 100644 index 000000000000..95fb5ffbc890 --- /dev/null +++ b/.github/triage_replies.md @@ -0,0 +1,26 @@ +## General +- For the roundup of all the different mailing lists available from AWX, Ansible, and beyond visit: https://docs.ansible.com/ansible/latest/community/communication.html + +- Hey there, this seems like it’s an Ansible development question vs. AWX and therefore might be better suited for the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel + +- Hey there, this seems like it’s an Ansible user question vs. and AWX specific question. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible specifically. Thanks! + +## Visit our mailing list +- Hi there, this seems like a question better suited for our mailing list. You can find that here: https://groups.google.com/g/awx-project. You can also join #ansible-awx on https://libera.chat/. + +## Create an issue +- Hello, thanks for reaching out on list. We think this merits an issue on our Github, https://github.com/ansible/awx/issues. If you could open an issue up on Github it will get tagged and integrated into our planning and workflow. All future work will be tracked there. + +## Receptor +- You can find the receptor docs here: https://receptor.readthedocs.io/en/latest/ +Hey there, if you could open an issue in the receptor repository that would be super helpful: https://github.com/ansible/receptor. Thanks! + +## Ansible Galaxy +- Hello. Please keep in mind that Ansible adheres to a Code of Conduct in its community spaces. The spirit of the code of conduct is to be kind, and this is your friendly reminder to be so. Please see the full code of conduct here if you have questions: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html + +- Hey there, that sounds like an FAQ question, did this: https://www.ansible.com/products/awx-project/faq cover your question? +We would love it if you would consider contributing at PR for this. Our contributing guidelines are found here: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md + +## Contributing Guidelines for various projects: +- AWX: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md +- AWX-Operator: https://github.com/ansible/awx-operator/blob/devel/CONTRIBUTING.md From de9e5ad66abfb13f891a0d349fa9fcf9d6f35ebf Mon Sep 17 00:00:00 2001 From: Rebeccah Hunter Date: Thu, 14 Apr 2022 14:01:11 -0400 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> --- .github/triage_replies.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/triage_replies.md b/.github/triage_replies.md index 95fb5ffbc890..166e63dd00cc 100644 --- a/.github/triage_replies.md +++ b/.github/triage_replies.md @@ -1,25 +1,25 @@ ## General - For the roundup of all the different mailing lists available from AWX, Ansible, and beyond visit: https://docs.ansible.com/ansible/latest/community/communication.html -- Hey there, this seems like it’s an Ansible development question vs. AWX and therefore might be better suited for the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel +- Hello, your question seems to be about Ansible development, not about AWX. Try asking on the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel -- Hey there, this seems like it’s an Ansible user question vs. and AWX specific question. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible specifically. Thanks! +- Hello, your question seems to be about using Ansible, not about AWX. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible. Thanks! ## Visit our mailing list -- Hi there, this seems like a question better suited for our mailing list. You can find that here: https://groups.google.com/g/awx-project. You can also join #ansible-awx on https://libera.chat/. +- Hello, your question seems like a good one to ask on our mailing list at https://groups.google.com/g/awx-project. You can also join #ansible-awx on https://libera.chat/ and ask your question there. ## Create an issue - Hello, thanks for reaching out on list. We think this merits an issue on our Github, https://github.com/ansible/awx/issues. If you could open an issue up on Github it will get tagged and integrated into our planning and workflow. All future work will be tracked there. ## Receptor - You can find the receptor docs here: https://receptor.readthedocs.io/en/latest/ -Hey there, if you could open an issue in the receptor repository that would be super helpful: https://github.com/ansible/receptor. Thanks! +- Hello, your issue seems related to receptor, could you please open an issue in the receptor repository? https://github.com/ansible/receptor. Thanks! ## Ansible Galaxy - Hello. Please keep in mind that Ansible adheres to a Code of Conduct in its community spaces. The spirit of the code of conduct is to be kind, and this is your friendly reminder to be so. Please see the full code of conduct here if you have questions: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html -- Hey there, that sounds like an FAQ question, did this: https://www.ansible.com/products/awx-project/faq cover your question? -We would love it if you would consider contributing at PR for this. Our contributing guidelines are found here: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md +- Hello, we think your question is answered in our FAQ. Does this: https://www.ansible.com/products/awx-project/faq cover your question? +Hello, we think your idea is good, please consider contributing a PR for this, following our contributing guidelines: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md ## Contributing Guidelines for various projects: - AWX: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md From 6f7d285d2fa08f523681f4b814b965a45bc5ac12 Mon Sep 17 00:00:00 2001 From: Rebeccah Date: Mon, 18 Apr 2022 12:05:20 -0400 Subject: [PATCH 3/4] reorganize for clarity --- .github/triage_replies.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/triage_replies.md b/.github/triage_replies.md index 166e63dd00cc..85d534c2f7b3 100644 --- a/.github/triage_replies.md +++ b/.github/triage_replies.md @@ -1,9 +1,9 @@ ## General - For the roundup of all the different mailing lists available from AWX, Ansible, and beyond visit: https://docs.ansible.com/ansible/latest/community/communication.html -- Hello, your question seems to be about Ansible development, not about AWX. Try asking on the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel +- Hello, we think your question is answered in our FAQ. Does this: https://www.ansible.com/products/awx-project/faq cover your question? -- Hello, your question seems to be about using Ansible, not about AWX. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible. Thanks! +- You can find the latest documentation here: https://docs.ansible.com/automation-controller/latest/html/userguide/index.html ## Visit our mailing list - Hello, your question seems like a good one to ask on our mailing list at https://groups.google.com/g/awx-project. You can also join #ansible-awx on https://libera.chat/ and ask your question there. @@ -11,16 +11,24 @@ ## Create an issue - Hello, thanks for reaching out on list. We think this merits an issue on our Github, https://github.com/ansible/awx/issues. If you could open an issue up on Github it will get tagged and integrated into our planning and workflow. All future work will be tracked there. +## Create a Pull Request +- Hello, we think your idea is good, please consider contributing a PR for this, following our contributing guidelines: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md + ## Receptor - You can find the receptor docs here: https://receptor.readthedocs.io/en/latest/ - Hello, your issue seems related to receptor, could you please open an issue in the receptor repository? https://github.com/ansible/receptor. Thanks! -## Ansible Galaxy -- Hello. Please keep in mind that Ansible adheres to a Code of Conduct in its community spaces. The spirit of the code of conduct is to be kind, and this is your friendly reminder to be so. Please see the full code of conduct here if you have questions: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html +## Ansible Engine not AWX +- Hello, your question seems to be about Ansible development, not about AWX. Try asking on the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel -- Hello, we think your question is answered in our FAQ. Does this: https://www.ansible.com/products/awx-project/faq cover your question? -Hello, we think your idea is good, please consider contributing a PR for this, following our contributing guidelines: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md +- Hello, your question seems to be about using Ansible, not about AWX. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible. Thanks! -## Contributing Guidelines for various projects: +## Ansible Galaxy not AWX +- Hey there, that sounds like an FAQ question, did this: https://www.ansible.com/products/awx-project/faq cover your question? + +## Contributing Guidelines - AWX: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md - AWX-Operator: https://github.com/ansible/awx-operator/blob/devel/CONTRIBUTING.md + +## Code of Conduct +- Hello. Please keep in mind that Ansible adheres to a Code of Conduct in its community spaces. The spirit of the code of conduct is to be kind, and this is your friendly reminder to be so. Please see the full code of conduct here if you have questions: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html \ No newline at end of file From 2d06aeebf329e629c7201cdef623949c0f6c36fa Mon Sep 17 00:00:00 2001 From: Rebeccah Hunter Date: Mon, 18 Apr 2022 12:07:02 -0400 Subject: [PATCH 4/4] normalize formatting --- .github/triage_replies.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/triage_replies.md b/.github/triage_replies.md index 85d534c2f7b3..7d9db9a6e2ba 100644 --- a/.github/triage_replies.md +++ b/.github/triage_replies.md @@ -1,8 +1,6 @@ ## General - For the roundup of all the different mailing lists available from AWX, Ansible, and beyond visit: https://docs.ansible.com/ansible/latest/community/communication.html - - Hello, we think your question is answered in our FAQ. Does this: https://www.ansible.com/products/awx-project/faq cover your question? - - You can find the latest documentation here: https://docs.ansible.com/automation-controller/latest/html/userguide/index.html ## Visit our mailing list @@ -20,7 +18,6 @@ ## Ansible Engine not AWX - Hello, your question seems to be about Ansible development, not about AWX. Try asking on the Ansible-devel specific mailing list: https://groups.google.com/g/ansible-devel - - Hello, your question seems to be about using Ansible, not about AWX. https://groups.google.com/g/ansible-project is the best place to visit for user questions about Ansible. Thanks! ## Ansible Galaxy not AWX @@ -31,4 +28,4 @@ - AWX-Operator: https://github.com/ansible/awx-operator/blob/devel/CONTRIBUTING.md ## Code of Conduct -- Hello. Please keep in mind that Ansible adheres to a Code of Conduct in its community spaces. The spirit of the code of conduct is to be kind, and this is your friendly reminder to be so. Please see the full code of conduct here if you have questions: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html \ No newline at end of file +- Hello. Please keep in mind that Ansible adheres to a Code of Conduct in its community spaces. The spirit of the code of conduct is to be kind, and this is your friendly reminder to be so. Please see the full code of conduct here if you have questions: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html