Skip to content

Commit 04f0400

Browse files
docs: add Siemko as a contributor (#126)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent d91f655 commit 04f0400

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
"code",
7878
"test"
7979
]
80+
},
81+
{
82+
"login": "Siemko",
83+
"name": "Dominik Guzy",
84+
"avatar_url": "https://avatars1.githubusercontent.com/u/9118764?v=4",
85+
"profile": "https://www.guzy.dev",
86+
"contributions": [
87+
"code"
88+
]
8089
}
8190
],
8291
"contributorsPerLine": 7,

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ practices.
1313
<hr />
1414

1515
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
16-
17-
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
18-
16+
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
1917
<!-- ALL-CONTRIBUTORS-BADGE:END -->
2018

2119
**Playground for [testing-library/dom]**
@@ -115,11 +113,13 @@ Thanks goes to these people ([emoji key][emojis]):
115113
<td align="center"><a href="https://github.com/delca85"><img src="https://avatars1.githubusercontent.com/u/4076043?v=4" width="100px;" alt=""/><br /><sub><b>Bianca Del Carretto</b></sub></a><br /><a href="https://github.com/smeijer/testing-playground/commits?author=delca85" title="Code">💻</a></td>
116114
<td align="center"><a href="http://gerritalex.de"><img src="https://avatars1.githubusercontent.com/u/29307652?v=4" width="100px;" alt=""/><br /><sub><b>Gerrit Alex</b></sub></a><br /><a href="https://github.com/smeijer/testing-playground/commits?author=ljosberinn" title="Code">💻</a> <a href="https://github.com/smeijer/testing-playground/commits?author=ljosberinn" title="Tests">⚠️</a></td>
117115
</tr>
116+
<tr>
117+
<td align="center"><a href="https://www.guzy.dev"><img src="https://avatars1.githubusercontent.com/u/9118764?v=4" width="100px;" alt=""/><br /><sub><b>Dominik Guzy</b></sub></a><br /><a href="https://github.com/smeijer/testing-playground/commits?author=Siemko" title="Code">💻</a></td>
118+
</tr>
118119
</table>
119120

120121
<!-- markdownlint-enable -->
121122
<!-- prettier-ignore-end -->
122-
123123
<!-- ALL-CONTRIBUTORS-LIST:END -->
124124

125125
This project follows the [all-contributors][all-contributors] specification.

0 commit comments

Comments
 (0)