Skip to content

Commit 1980c58

Browse files
docs: add boyi01 as a contributor for code, and test (#655)
* 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 d5e21cf commit 1980c58

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@
312312
"code",
313313
"test"
314314
]
315+
},
316+
{
317+
"login": "boyi01",
318+
"name": "boyi01",
319+
"avatar_url": "https://avatars.githubusercontent.com/u/14997968?v=4",
320+
"profile": "https://github.com/boyi01",
321+
"contributions": [
322+
"code",
323+
"test"
324+
]
315325
}
316326
],
317327
"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-33-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-34-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)
@@ -81,6 +81,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8181
<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>
8282
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nmirasch"><img src="https://avatars.githubusercontent.com/u/2443754?v=4?s=100" width="100px;" alt="nmirasch"/><br /><sub><b>nmirasch</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=nmirasch" title="Code">💻</a></td>
8383
<td align="center" valign="top" width="14.28%"><a href="https://ru4ert.com/"><img src="https://avatars.githubusercontent.com/u/47078678?v=4?s=100" width="100px;" alt="Rupert Bogensperger"/><br /><sub><b>Rupert Bogensperger</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=ru4ert" title="Code">💻</a> <a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=ru4ert" title="Tests">⚠️</a></td>
84+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boyi01"><img src="https://avatars.githubusercontent.com/u/14997968?v=4?s=100" width="100px;" alt="boyi01"/><br /><sub><b>boyi01</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=boyi01" title="Code">💻</a> <a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=boyi01" title="Tests">⚠️</a></td>
8485
</tr>
8586
</tbody>
8687
</table>

0 commit comments

Comments
 (0)