From 479edd81d1daf40b1ffbf4131fa77e05f35ae86c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 18 May 2021 16:47:02 +0300 Subject: [PATCH] Update README.md (#168) * Update README.md * Fix * Add MAINTAINERS file --- MAINTAINERS | 3 +++ README.md | 26 +++++++++++++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..b8ff271 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,3 @@ +Andersson007 +bmalynovytch +Jorge-Rodriguez diff --git a/README.md b/README.md index b1bd9d2..40203d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,26 @@ # 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) +## 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. + +## Contributing + +The content of this collection are made by [people](CONTRIBUTORS) like you. + +Every contribution is very welcomed! + +You don't know how to start? Refer to our [contribution guide](CONTRIBUTING.md)! + +The current maintainers are listed in the [MAINTAINERS](MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals. + +## Governance + +The process of decision making in this collection is based on discussing and finding consensus among participants. + +Every voice is important and every idea is valuable. If you have something on your mind, create an issue or dedicated discussion and let's discuss it! + ## Included content - **Modules**: @@ -20,7 +40,7 @@ ## External requirements -The MySQL modules rely on a MySQL connector. The list of supported drivers is below: +The MySQL modules rely on a MySQL connector. The list of supported drivers is below: - [PyMySQL](https://github.com/PyMySQL/PyMySQL) - [MySQLdb](https://github.com/PyMySQL/mysqlclient-python) @@ -46,10 +66,6 @@ collections: See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. -## Contributing - -See the [contribution guide](CONTRIBUTING.md). - ## Licensing