From 23ed78e8d883bf35555913e6ea5fc3f9599685fc Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:04:46 +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 bce23a8..65d15bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Version](https://img.shields.io/maven-central/v/io.quarkiverse.jsch/quarkus-jsch?logo=apache-maven&style=for-the-badge)](https://search.maven.org/artifact/io.quarkiverse.jsch/quarkus-jsch) -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) ## Introduction @@ -29,6 +29,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d James Netherton
James Netherton

💻 🚧 Peter Palaga
Peter Palaga

💻 🚧 Erik Wramner
Erik Wramner

💻 + gnieser
gnieser

🐛 💻 From e4e07bb2c2e3c462bd9571157ceee56e9dca9e3e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:04:47 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 03fafdf..42399e8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -52,6 +52,16 @@ "contributions": [ "code" ] + }, + { + "login": "gnieser", + "name": "gnieser", + "avatar_url": "https://avatars.githubusercontent.com/u/16840894?v=4", + "profile": "https://github.com/gnieser", + "contributions": [ + "bug", + "code" + ] } ], "contributorsPerLine": 7,