Skip to content

Commit e0ac75d

Browse files
docs: add Pante as a contributor for doc (#623)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 2966c0d commit e0ac75d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,15 @@
284284
"contributions": [
285285
"code"
286286
]
287+
},
288+
{
289+
"login": "Pante",
290+
"name": "Matthias Ngeo",
291+
"avatar_url": "https://avatars.githubusercontent.com/u/9427324?v=4",
292+
"profile": "https://www.linkedin.com/in/matthias-ngeo/",
293+
"contributions": [
294+
"doc"
295+
]
287296
}
288297
],
289298
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quarkus - OpenAPI Generator
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66
[![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)
77
[![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)
@@ -76,6 +76,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7676
<tr>
7777
<td align="center" valign="top" width="14.28%"><a href="https://github.com/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>
7878
<td align="center" valign="top" width="14.28%"><a href="https://github.com/martinoneutrino"><img src="https://avatars.githubusercontent.com/u/8833492?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=martinoneutrino" title="Code">💻</a></td>
79+
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/matthias-ngeo/"><img src="https://avatars.githubusercontent.com/u/9427324?v=4?s=100" width="100px;" alt="Matthias Ngeo"/><br /><sub><b>Matthias Ngeo</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=Pante" title="Documentation">📖</a></td>
7980
</tr>
8081
</tbody>
8182
</table>

0 commit comments

Comments
 (0)