Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add xstefank as a contributor for question #40

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
"ideas",
"bug"
]
},
{
"login": "xstefank",
"name": "Martin Stefanko",
"avatar_url": "https://avatars.githubusercontent.com/u/9353101?v=4",
"profile": "http://xstefank.io",
"contributions": [
"question"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Build](https://github.com/quarkiverse/quarkus-antivirus/actions/workflows/build.yml/badge.svg)](https://github.com/quarkiverse/quarkus-antivirus/actions/workflows/build.yml)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

A Quarkus extension that lets you scan files for viruses using a pluggable engine architecture.
Expand Down Expand Up @@ -170,6 +170,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ketola"><img src="https://avatars.githubusercontent.com/u/966606?v=4?s=100" width="100px;" alt="Sauli Ketola"/><br /><sub><b>Sauli Ketola</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-antivirus/commits?author=ketola" title="Tests">⚠️</a> <a href="#ideas-ketola" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ggrebert"><img src="https://avatars.githubusercontent.com/u/1737774?v=4?s=100" width="100px;" alt="Geoffrey GREBERT"/><br /><sub><b>Geoffrey GREBERT</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-antivirus/commits?author=ggrebert" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/silviu-negoita"><img src="https://avatars.githubusercontent.com/u/17856413?v=4?s=100" width="100px;" alt="Negoita Silviu"/><br /><sub><b>Negoita Silviu</b></sub></a><br /><a href="#ideas-silviu-negoita" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/quarkiverse/quarkus-antivirus/issues?q=author%3Asilviu-negoita" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://xstefank.io"><img src="https://avatars.githubusercontent.com/u/9353101?v=4?s=100" width="100px;" alt="Martin Stefanko"/><br /><sub><b>Martin Stefanko</b></sub></a><br /><a href="#question-xstefank" title="Answering Questions">💬</a></td>
</tr>
</tbody>
</table>
Expand Down