From 4a77fdeb4e23fb983494afc0b3aefee4c90592eb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:03:50 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0007aac..ad369ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Quarkiverse - Quarkus OpenSearch +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + + [![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) [![Build](https://github.com/quarkiverse/quarkus-opensearch/workflows/Build/badge.svg)](https://github.com/quarkiverse/quarkus-opensearch/actions?query=workflow%3ABuild) @@ -13,6 +16,21 @@ Contributions are always welcome, but better create an issue to discuss them pri ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + +
sboeckelmann
sboeckelmann

💻
+ + + + + From 7e912131f1ca8ab7111548b964424a5693d1112d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:03:51 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..b581201 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "sboeckelmann", + "name": "sboeckelmann", + "avatar_url": "https://avatars.githubusercontent.com/u/20949582?v=4", + "profile": "https://github.com/sboeckelmann", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "quarkus-opensearch", + "projectOwner": "quarkiverse" +}