Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 4b64f24

Browse files
committed
docs: add @wolverineks as a contributor
1 parent f447b4e commit 4b64f24

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"README.md"
77
],
88
"imageSize": 100,
9-
"commit": false,
9+
"commit": true,
10+
"commitConvention": "angular",
1011
"contributors": [
1112
{
1213
"login": "bcarroll22",
@@ -28,6 +29,15 @@
2829
"contributions": [
2930
"ideas"
3031
]
32+
},
33+
{
34+
"login": "wolverineks",
35+
"name": "Kevin Sullivan",
36+
"avatar_url": "https://avatars2.githubusercontent.com/u/8462274?v=4",
37+
"profile": "http://exercism.io/profiles/wolverineks/619ce225090a43cb891d2edcbbf50401",
38+
"contributions": [
39+
"doc"
40+
]
3141
}
3242
],
3343
"contributorsPerLine": 7,

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div align="center">
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
23
<h1>(React) Native Testing Library</h1>
34

45
<a href="https://www.joypixels.com/emoji/1f433">
@@ -165,3 +166,15 @@ The awesome engineers at [Callstack](https://callstack.com/) built a similar pac
165166
[`react-native-testing-library`](https://github.com/callstack/react-native-testing-library).
166167
If you find yourself needing things like shallow rendering and the ability to query elements
167168
by type and props, you'll definitely want to check it out!
169+
170+
## Contributors
171+
172+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
173+
174+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
175+
<!-- prettier-ignore -->
176+
<table><tr><td align="center"><a href="https://github.com/bcarroll22"><img src="https://avatars2.githubusercontent.com/u/11020406?v=4" width="100px;" alt="Brandon Carroll"/><br /><sub><b>Brandon Carroll</b></sub></a><br /><a href="https://github.com/bcarroll22/native-testing-library/commits?author=bcarroll22" title="Code">💻</a> <a href="https://github.com/bcarroll22/native-testing-library/commits?author=bcarroll22" title="Documentation">📖</a> <a href="#infra-bcarroll22" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/bcarroll22/native-testing-library/commits?author=bcarroll22" title="Tests">⚠️</a></td><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="#ideas-kentcdodds" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="http://exercism.io/profiles/wolverineks/619ce225090a43cb891d2edcbbf50401"><img src="https://avatars2.githubusercontent.com/u/8462274?v=4" width="100px;" alt="Kevin Sullivan"/><br /><sub><b>Kevin Sullivan</b></sub></a><br /><a href="https://github.com/bcarroll22/native-testing-library/commits?author=wolverineks" title="Documentation">📖</a></td></tr></table>
177+
178+
<!-- ALL-CONTRIBUTORS-LIST:END -->
179+
180+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)