diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..6a838d7 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,16 @@ +{ + "projectName": "postgresql-operator", + "projectOwner": "aboutbits", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributorsPerLine": 7, + "linkToUsage": true, + "skipCi": true, + "contributors": [] +} diff --git a/README.md b/README.md index 8033cea..87ce9ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # AboutBits PostgreSQL Operator + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + AboutBits PostgreSQL Operator is a Kubernetes operator that helps you manage PostgreSQL databases, schemas, roles (users), and privileges in a declarative way using Custom Resource Definitions (CRDs). @@ -353,3 +356,16 @@ For support, please contact [info@aboutbits.it](mailto:info@aboutbits.it). ### License The MIT License (MIT). Please see the [license file](LICENSE) for more information. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!