Skip to content

Commit 6821307

Browse files
docs: add luanbrdev as a contributor for doc (#539)
* 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 920522a commit 6821307

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
@@ -254,6 +254,15 @@
254254
"contributions": [
255255
"code"
256256
]
257+
},
258+
{
259+
"login": "luanbrdev",
260+
"name": "Luan Ramalho",
261+
"avatar_url": "https://avatars.githubusercontent.com/u/144866036?v=4",
262+
"profile": "https://github.com/luanbrdev",
263+
"contributions": [
264+
"doc"
265+
]
257266
}
258267
],
259268
"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-27-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-28-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)
@@ -71,6 +71,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7171
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aecc"><img src="https://avatars.githubusercontent.com/u/6069300?v=4?s=100" width="100px;" alt="Alessandro Chacón"/><br /><sub><b>Alessandro Chacón</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=aecc" title="Tests">⚠️</a> <a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=aecc" title="Code">💻</a></td>
7272
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ninckblokje"><img src="https://avatars.githubusercontent.com/u/2307375?v=4?s=100" width="100px;" alt="ninckblokje"/><br /><sub><b>ninckblokje</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=ninckblokje" title="Code">💻</a> <a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=ninckblokje" title="Tests">⚠️</a></td>
7373
<td align="center" valign="top" width="14.28%"><a href="https://github.com/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>
74+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/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>
7475
</tr>
7576
</tbody>
7677
</table>

0 commit comments

Comments
 (0)