From d0ddf06a437585d8fed8f12ea346d13f7f1b9b4a Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Fri, 15 May 2026 14:30:36 +0200 Subject: [PATCH 1/2] configure all-contributors --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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! From 89976dc274b3c53d7bda0e3cd83c24f497815cc3 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Fri, 15 May 2026 15:03:59 +0200 Subject: [PATCH 2/2] add missing .all-contributorsrc file --- .all-contributorsrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .all-contributorsrc 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": [] +}