Skip to content

Commit

Permalink
docs: add gnieser as a contributor for bug, and code (#121)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Nov 15, 2023
1 parent 284f97e commit 3488bcc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-BADGE:START - Do not remove or modify this section -->
[![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-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

## Introduction
Expand All @@ -29,6 +29,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://jamesnetherton.github.io/"><img src="https://avatars.githubusercontent.com/u/4721408?v=4?s=100" width="100px;" alt="James Netherton"/><br /><sub><b>James Netherton</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jsch/commits?author=jamesnetherton" title="Code">πŸ’»</a> <a href="#maintenance-jamesnetherton" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/ppalaga"><img src="https://avatars.githubusercontent.com/u/1826249?v=4?s=100" width="100px;" alt="Peter Palaga"/><br /><sub><b>Peter Palaga</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jsch/commits?author=ppalaga" title="Code">πŸ’»</a> <a href="#maintenance-ppalaga" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/erik-wramner"><img src="https://avatars.githubusercontent.com/u/8382730?v=4?s=100" width="100px;" alt="Erik Wramner"/><br /><sub><b>Erik Wramner</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jsch/commits?author=erik-wramner" title="Code">πŸ’»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gnieser"><img src="https://avatars.githubusercontent.com/u/16840894?v=4?s=100" width="100px;" alt="gnieser"/><br /><sub><b>gnieser</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-jsch/issues?q=author%3Agnieser" title="Bug reports">πŸ›</a> <a href="https://github.com/quarkiverse/quarkus-jsch/commits?author=gnieser" title="Code">πŸ’»</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 3488bcc

Please sign in to comment.