From c0bc789d0c44c221fa3da82a8c76241d4af1552f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:07:07 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 337d2b564..b77e29e95 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
-[![All Contributors](https://img.shields.io/badge/all_contributors-40-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-41-orange.svg?style=flat-square)](#contributors-) [![Build]()](https://github.com/quarkiverse/quarkus-openapi-generator/actions?query=workflow%3ABuild) [![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.openapi.generator/quarkus-openapi-generator.svg?label=Maven%20Central&style=flat-square)](https://search.maven.org/artifact/io.quarkiverse.openapi.generator/quarkus-openapi-generator) @@ -97,6 +97,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Karl Ferdinand Ebert
Karl Ferdinand Ebert

💻 📖 Michał Kolenda
Michał Kolenda

💻 rednalyn
rednalyn

📖 + Marko Bekhta
Marko Bekhta

💻 From 0b59f59e92dd76c19f890f90cf18d76a68f58ca2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:07:08 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 548f8f025..c06b0890e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -378,6 +378,15 @@ "contributions": [ "doc" ] + }, + { + "login": "marko-bekhta", + "name": "Marko Bekhta", + "avatar_url": "https://avatars.githubusercontent.com/u/4004823?v=4", + "profile": "https://github.com/marko-bekhta", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,