Skip to content

Commit 18e9876

Browse files
committed
docs: add kentcdodds as a contributor
1 parent 01a6d50 commit 18e9876

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
"imageSize": 100,
99
"commit": false,
1010
"contributors": [
11+
{
12+
"login": "kentcdodds",
13+
"name": "Kent C. Dodds",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
15+
"profile": "https://kentcdodds.com",
16+
"contributions": [
17+
"code",
18+
"doc",
19+
"infra",
20+
"test"
21+
]
22+
},
1123
{
1224
"login": "mihar-22",
1325
"name": "Rahim Alwer",

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ practices.</p>
1616
> Inspired completely by [react-testing-library][react-testing-library]
1717
1818
[![Build Status][build-badge]][build] [![Code Coverage][coverage-badge]][coverage]
19-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
19+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
2020
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
2121
[![version][version-badge]][package] [![downloads][downloads-badge]][package]
2222
[![MIT License][license-badge]][license]
@@ -346,15 +346,18 @@ Thanks goes to these people ([emoji key][emojis]):
346346
<!-- markdownlint-disable -->
347347
<table>
348348
<tr>
349-
<td align="center"><a href="https://github.com/mihar-22"><img src="https://avatars3.githubusercontent.com/u/14304599?s=460&v=4" width="100px;" alt="Rahim Alwer"/><br /><sub><b>Rahim Alwer</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Tests">⚠️</a></td>
349+
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Documentation">📖</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Tests">⚠️</a></td>
350+
<td align="center"><a href="https://github.com/mihar-22"><img src="https://avatars3.githubusercontent.com/u/14304599?s=460&v=4" width="100px;" alt="Rahim Alwer"/><br /><sub><b>Rahim Alwer</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Tests">⚠️</a> <a href="#infra-mihar-22" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
350351
</tr>
351352
</table>
353+
352354
<!-- markdownlint-enable -->
353355
<!-- prettier-ignore-end -->
356+
354357
<!-- ALL-CONTRIBUTORS-LIST:END -->
355358
356-
This project follows the [all-contributors][all-contributors] specification.
357-
Contributions of any kind welcome!
359+
This project follows the [all-contributors][all-contributors] specification. Contributions of any
360+
kind welcome!
358361
359362
## LICENSE
360363

0 commit comments

Comments
 (0)