Skip to content

Commit e50c311

Browse files
docs: add gwydionmv as a contributor for code (#193)
* 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 ce7b1b0 commit e50c311

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@
133133
"contributions": [
134134
"code"
135135
]
136+
},
137+
{
138+
"login": "gwydionmv",
139+
"name": "Gwydion Martín",
140+
"avatar_url": "https://avatars.githubusercontent.com/u/118427625?v=4",
141+
"profile": "https://github.com/gwydionmv",
142+
"contributions": [
143+
"code"
144+
]
136145
}
137146
],
138147
"contributorsPerLine": 7,

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-14-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66
[![Build](<https://img.shields.io/github/workflow/status/quarkiverse/quarkus-openapi-generator/Build?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)
@@ -683,6 +683,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
683683
<td align="center"><a href="https://github.com/cristianonicolai"><img src="https://avatars.githubusercontent.com/u/570894?v=4?s=100" width="100px;" alt="Cristiano Nicolai"/><br /><sub><b>Cristiano Nicolai</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=cristianonicolai" title="Code">💻</a></td>
684684
<td align="center"><a href="https://github.com/YassinHajaj"><img src="https://avatars.githubusercontent.com/u/18174180?v=4?s=100" width="100px;" alt="YassinHajaj"/><br /><sub><b>YassinHajaj</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=YassinHajaj" title="Code">💻</a></td>
685685
</tr>
686+
<tr>
687+
<td align="center"><a href="https://github.com/gwydionmv"><img src="https://avatars.githubusercontent.com/u/118427625?v=4?s=100" width="100px;" alt="Gwydion Martín"/><br /><sub><b>Gwydion Martín</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-openapi-generator/commits?author=gwydionmv" title="Code">💻</a></td>
688+
</tr>
686689
</tbody>
687690
</table>
688691

0 commit comments

Comments
 (0)