Skip to content
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
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,16 @@
"contributions": [
"doc"
]
},
{
"login": "gabriel-farache",
"name": "gabriel-farache",
"avatar_url": "https://avatars.githubusercontent.com/u/3036508?v=4",
"profile": "https://github.com/gabriel-farache",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Quarkus - OpenAPI Generator

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Build](<https://img.shields.io/github/actions/workflow/status/quarkiverse/quarkus-openapi-generator/build.yml?branch=main&logo=GitHub&style=flat-square>)](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)
Expand Down Expand Up @@ -73,6 +73,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="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/DennisGyldendahlJensenSparNord"><img src="https://avatars.githubusercontent.com/u/135703683?v=4?s=100" width="100px;" alt="DennisGyldendahlJensenSparNord"/><br /><sub><b>DennisGyldendahlJensenSparNord</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=DennisGyldendahlJensenSparNord" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="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/luanbrdev"><img src="https://avatars.githubusercontent.com/u/144866036?v=4?s=100" width="100px;" alt="Luan Ramalho"/><br /><sub><b>Luan Ramalho</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=luanbrdev" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="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/gabriel-farache"><img src="https://avatars.githubusercontent.com/u/3036508?v=4?s=100" width="100px;" alt="gabriel-farache"/><br /><sub><b>gabriel-farache</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=gabriel-farache" title="Code">💻</a> <a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=gabriel-farache" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>

Expand Down