Skip to content

Commit 75fed40

Browse files
docs: add jankuca as a contributor (#386)
* 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 c3e40b4 commit 75fed40

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,16 @@
249249
"code",
250250
"bug"
251251
]
252+
},
253+
{
254+
"login": "jankuca",
255+
"name": "Jan Kuča",
256+
"avatar_url": "https://avatars3.githubusercontent.com/u/367262?v=4",
257+
"profile": "http://jankuca.com",
258+
"contributions": [
259+
"code",
260+
"test"
261+
]
252262
}
253263
],
254264
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
[![codecov](https://codecov.io/gh/drwpow/openapi-typescript/branch/master/graph/badge.svg)](https://codecov.io/gh/drwpow/openapi-typescript)
33

44
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5-
6-
[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-)
7-
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-)
86
<!-- ALL-CONTRIBUTORS-BADGE:END -->
97

108
# 📘️ openapi-typescript
@@ -195,12 +193,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
195193
<tr>
196194
<td align="center"><a href="https://rendall.dev"><img src="https://avatars2.githubusercontent.com/u/293263?v=4" width="100px;" alt=""/><br /><sub><b>Rendall</b></sub></a><br /><a href="https://github.com/drwpow/openapi-typescript/commits?author=rendall" title="Code">💻</a> <a href="https://github.com/drwpow/openapi-typescript/issues?q=author%3Arendall" title="Bug reports">🐛</a> <a href="https://github.com/drwpow/openapi-typescript/commits?author=rendall" title="Tests">⚠️</a></td>
197195
<td align="center"><a href="https://massaioli.wordpress.com"><img src="https://avatars3.githubusercontent.com/u/149178?v=4" width="100px;" alt=""/><br /><sub><b>Robert Massaioli</b></sub></a><br /><a href="https://github.com/drwpow/openapi-typescript/commits?author=robertmassaioli" title="Code">💻</a> <a href="https://github.com/drwpow/openapi-typescript/issues?q=author%3Arobertmassaioli" title="Bug reports">🐛</a></td>
196+
<td align="center"><a href="http://jankuca.com"><img src="https://avatars3.githubusercontent.com/u/367262?v=4" width="100px;" alt=""/><br /><sub><b>Jan Kuča</b></sub></a><br /><a href="https://github.com/drwpow/openapi-typescript/commits?author=jankuca" title="Code">💻</a> <a href="https://github.com/drwpow/openapi-typescript/commits?author=jankuca" title="Tests">⚠️</a></td>
198197
</tr>
199198
</table>
200199

201200
<!-- markdownlint-enable -->
202201
<!-- prettier-ignore-end -->
203-
204202
<!-- ALL-CONTRIBUTORS-LIST:END -->
205203

206204
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.

0 commit comments

Comments
 (0)