From 135184e26c3435d31d99cf787751899441549f2d Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 15 Jun 2021 12:11:32 +0200 Subject: [PATCH 1/6] Update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 28213f33..46e3e745 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MySQL collection for Ansible [![Plugins CI](https://github.com/ansible-collections/community.mysql/workflows/Plugins%20CI/badge.svg?event=push)](https://github.com/ansible-collections/community.mysql/actions?query=workflow%3A"Plugins+CI") [![Roles CI](https://github.com/ansible-collections/community.mysql/workflows/Roles%20CI/badge.svg?event=push)](https://github.com/ansible-collections/community.mysql/actions?query=workflow%3A"Roles+CI") [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.mysql)](https://codecov.io/gh/ansible-collections/community.mysql) -This collection is a part of Ansible package. +This collection is a part of the Ansible package. ## Code of Conduct @@ -11,21 +11,21 @@ If you encounter abusive behavior violating the [Ansible Code of Conduct](https: ## Contributing -The content of this collection is made by [people](CONTRIBUTORS) like you, a community of individuals collaborating on making the world better through developing automation software. +The content of this collection is made by [people](https://github.com/ansible-collections/community.mysql/blob/main/CONTRIBUTORS) like you, a community of individuals collaborating on making the world better through developing automation software. Any kind of contribution is very welcome. -You don't know how to start? Refer to our [contribution guide](CONTRIBUTING.md)! +You don't know how to start? Refer to our [contribution guide](https://github.com/ansible-collections/community.mysql/blob/main/CONTRIBUTING.md)! -The current maintainers are listed in the [MAINTAINERS](MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals. To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst). +The current maintainers (contributors with `write` or higher access) are listed in the [MAINTAINERS](https://github.com/ansible-collections/community.mysql/blob/main/MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals. To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst). ## Communication -We announce releases and important changes through the [Ansible Bullhorn newsletter](https://github.com/ansible/community/issues/546). Be sure you are subscribed. +We announce releases and important changes through the [Ansible Bullhorn newsletter](http://eepurl.com/gZmiEP). Be sure you are subscribed. Join us in the ``#ansible-community`` [IRC channel](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). -We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](https://github.com/ansible/community/issues/546) and join us. +We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](http://eepurl.com/gZmiEP) and join us. For more information about communication, refer to the [Ansible Communication guide](https://docs.ansible.com/ansible/devel/community/communication.html). @@ -78,7 +78,7 @@ collections: - name: community.mysql ``` -Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically with upgrade of the Ansible package. To upgrade the collection to the latest available version, run the following command: +Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically if you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command: ```bash ansible-galaxy collection install community.mysql --upgrade From 83b43943fd980aac7351cd992b1885d84c9a53ca Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 15 Jun 2021 12:57:37 +0200 Subject: [PATCH 2/6] Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46e3e745..61aed55b 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Any kind of contribution is very welcome. You don't know how to start? Refer to our [contribution guide](https://github.com/ansible-collections/community.mysql/blob/main/CONTRIBUTING.md)! -The current maintainers (contributors with `write` or higher access) are listed in the [MAINTAINERS](https://github.com/ansible-collections/community.mysql/blob/main/MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals. To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst). +The current maintainers (contributors with `write` or higher access) are listed in the [MAINTAINERS](https://github.com/ansible-collections/community.mysql/blob/main/MAINTAINERS) file. If you have questions or need help, feel free to mention them in the proposals. To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst). ## Communication We announce releases and important changes through the [Ansible Bullhorn newsletter](http://eepurl.com/gZmiEP). Be sure you are subscribed. -Join us in the ``#ansible-community`` [IRC channel](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). +Join us in the ``ansible`` (general use questions and support), ``#ansible-community`` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](http://eepurl.com/gZmiEP) and join us. From dce5d960c0c4c1fdfa1a25686b40004a3dddd65c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 15 Jun 2021 13:09:51 +0200 Subject: [PATCH 3/6] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61aed55b..8dd99a37 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The current maintainers (contributors with `write` or higher access) are listed We announce releases and important changes through the [Ansible Bullhorn newsletter](http://eepurl.com/gZmiEP). Be sure you are subscribed. -Join us in the ``ansible`` (general use questions and support), ``#ansible-community`` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). +Join us in the `ansible` (general use questions and support), `#ansible-community` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](http://eepurl.com/gZmiEP) and join us. From d59c2d8cc8626680d350cff7212787fbd9f67cf9 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 15 Jun 2021 13:12:45 +0200 Subject: [PATCH 4/6] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dd99a37..266598cc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The current maintainers (contributors with `write` or higher access) are listed We announce releases and important changes through the [Ansible Bullhorn newsletter](http://eepurl.com/gZmiEP). Be sure you are subscribed. -Join us in the `ansible` (general use questions and support), `#ansible-community` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). +Join us in the `#ansible` (general use questions and support), `#ansible-community` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](http://eepurl.com/gZmiEP) and join us. From 85ac5308e857ab22e0a2215a5217de124922bcfd Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 16 Jun 2021 10:10:31 +0200 Subject: [PATCH 5/6] Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 266598cc..0b84f8ee 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ The current maintainers (contributors with `write` or higher access) are listed ## Communication -We announce releases and important changes through the [Ansible Bullhorn newsletter](http://eepurl.com/gZmiEP). Be sure you are subscribed. +We announce releases and important changes through Ansible's [The Bullhorn newsletter](https://eepurl.com/gZmiEP). Be sure you are subscribed. Join us in the `#ansible` (general use questions and support), `#ansible-community` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). -We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](http://eepurl.com/gZmiEP) and join us. +We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track [The Bullhorn newsletter](https://eepurl.com/gZmiEP) and join us. For more information about communication, refer to the [Ansible Communication guide](https://docs.ansible.com/ansible/devel/community/communication.html). From 3b3fa7ef02dd1525c278e44d17baced096c269f0 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 17 Jun 2021 10:19:15 +0200 Subject: [PATCH 6/6] Add Libera.Chat link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b84f8ee..55df07e8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The current maintainers (contributors with `write` or higher access) are listed We announce releases and important changes through Ansible's [The Bullhorn newsletter](https://eepurl.com/gZmiEP). Be sure you are subscribed. -Join us in the `#ansible` (general use questions and support), `#ansible-community` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels). +Join us in the `#ansible` (general use questions and support), `#ansible-community` (community and collection development questions), and other [IRC channels](https://docs.ansible.com/ansible/devel/community/communication.html#irc-channels) on [Libera.Chat](https://libera.chat). We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track [The Bullhorn newsletter](https://eepurl.com/gZmiEP) and join us.