Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 479edd8

Browse files
authored
Update README.md (ansible-collections#168)
* Update README.md * Fix * Add MAINTAINERS file
1 parent 6bce48e commit 479edd8

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

MAINTAINERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Andersson007
2+
bmalynovytch
3+
Jorge-Rodriguez

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# MySQL collection for Ansible
22
[![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)
33

4+
## Code of Conduct
5+
6+
We follow [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) in all our interactions within this project.
7+
8+
## Contributing
9+
10+
The content of this collection are made by [people](CONTRIBUTORS) like you.
11+
12+
Every contribution is very welcomed!
13+
14+
You don't know how to start? Refer to our [contribution guide](CONTRIBUTING.md)!
15+
16+
The current maintainers are listed in the [MAINTAINERS](MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals.
17+
18+
## Governance
19+
20+
The process of decision making in this collection is based on discussing and finding consensus among participants.
21+
22+
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!
23+
424
## Included content
525

626
- **Modules**:
@@ -20,7 +40,7 @@
2040

2141
## External requirements
2242

23-
The MySQL modules rely on a MySQL connector. The list of supported drivers is below:
43+
The MySQL modules rely on a MySQL connector. The list of supported drivers is below:
2444

2545
- [PyMySQL](https://github.com/PyMySQL/PyMySQL)
2646
- [MySQLdb](https://github.com/PyMySQL/mysqlclient-python)
@@ -46,10 +66,6 @@ collections:
4666
4767
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
4868
49-
## Contributing
50-
51-
See the [contribution guide](CONTRIBUTING.md).
52-
5369
## Licensing
5470
5571
<!-- Include the appropriate license information here and a pointer to the full licensing details. If the collection contains modules migrated from the ansible/ansible repo, you must use the same license that existed in the ansible/ansible repo. See the GNU license example below. -->

0 commit comments

Comments
 (0)