Skip to content

Commit 89447cb

Browse files
docs: add michalsomora as a contributor for code (#374)
* 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 ba10a65 commit 89447cb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,15 @@
196196
"contributions": [
197197
"code"
198198
]
199+
},
200+
{
201+
"login": "michalsomora",
202+
"name": "Michal Somora",
203+
"avatar_url": "https://avatars.githubusercontent.com/u/10022003?v=4",
204+
"profile": "https://github.com/michalsomora",
205+
"contributions": [
206+
"code"
207+
]
199208
}
200209
],
201210
"contributorsPerLine": 7,
@@ -204,5 +213,6 @@
204213
"repoType": "github",
205214
"repoHost": "https://github.com",
206215
"skipCi": true,
207-
"commitConvention": "angular"
216+
"commitConvention": "angular",
217+
"commitType": "docs"
208218
}

README.md

Lines changed: 4 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-21-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-22-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)
@@ -765,6 +765,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
765765
<td align="center" valign="top" width="14.28%"><a href="http://laurentperez.fr"><img src="https://avatars.githubusercontent.com/u/1085201?v=4?s=100" width="100px;" alt="Laurent Perez"/><br /><sub><b>Laurent Perez</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=laurentperez" title="Code">💻</a></td>
766766
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bpasson"><img src="https://avatars.githubusercontent.com/u/6814512?v=4?s=100" width="100px;" alt="Bas Passon"/><br /><sub><b>Bas Passon</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=bpasson" title="Code">💻</a></td>
767767
</tr>
768+
<tr>
769+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/michalsomora"><img src="https://avatars.githubusercontent.com/u/10022003?v=4?s=100" width="100px;" alt="Michal Somora"/><br /><sub><b>Michal Somora</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=michalsomora" title="Code">💻</a></td>
770+
</tr>
768771
</tbody>
769772
</table>
770773

0 commit comments

Comments
 (0)