Skip to content

Commit 4257933

Browse files
docs: add martinweiler as a contributor for code (#91)
* 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 ccacff5 commit 4257933

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
@@ -88,6 +88,15 @@
8888
"contributions": [
8989
"code"
9090
]
91+
},
92+
{
93+
"login": "martinweiler",
94+
"name": "Martin Weiler",
95+
"avatar_url": "https://avatars.githubusercontent.com/u/619410?v=4",
96+
"profile": "https://github.com/martinweiler",
97+
"contributions": [
98+
"code"
99+
]
91100
}
92101
],
93102
"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-9-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

77
> **⚠️** This is the instructions for the latest SNAPSHOT version (main branch). Please, see the [latest **released** documentation](https://github.com/quarkiverse/quarkus-openapi-generator/blob/0.7.0/README.md) if you are looking for instructions.
@@ -561,6 +561,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
561561
<tr>
562562
<td align="center"><a href="https://github.com/wmedvede"><img src="https://avatars.githubusercontent.com/u/2431454?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Walter Medvedeo</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=wmedvede" title="Code">💻</a></td>
563563
<td align="center"><a href="https://github.com/miguelchico"><img src="https://avatars.githubusercontent.com/u/6106661?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miguel Angel Chico</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=miguelchico" title="Code">💻</a></td>
564+
<td align="center"><a href="https://github.com/martinweiler"><img src="https://avatars.githubusercontent.com/u/619410?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Martin Weiler</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=martinweiler" title="Code">💻</a></td>
564565
</tr>
565566
</table>
566567

0 commit comments

Comments
 (0)