Skip to content

Commit

Permalink
docs: add jmcriffey as a contributor (#210)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]
  • Loading branch information
allcontributors[bot] authored and Kent C. Dodds committed Jan 23, 2020
1 parent 4bcab8c commit 26e1442
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .all-contributorsrc
Expand Up @@ -167,7 +167,19 @@
"contributions": [
"doc"
]
},
{
"login": "jmcriffey",
"name": "Jeff McRiffey",
"avatar_url": "https://avatars0.githubusercontent.com/u/2831294?v=4",
"profile": "https://github.com/jmcriffey",
"contributions": [
"code",
"test"
]
}
],
"commitConvention": "none"
"commitConvention": "none",
"skipCi": true,
"contributorsPerLine": 7
}
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -254,6 +254,7 @@ Thanks goes to these wonderful people
<tr>
<td align="center"><a href="http://fullgallop.me"><img src="https://avatars0.githubusercontent.com/u/32252769?v=4" width="100px;" alt=""/><br /><sub><b>Yuancheng Wu</b></sub></a><br /><a href="https://github.com/testing-library/user-event/pulls?q=is%3Apr+reviewed-by%3AYuanchengWu" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/maheshjag"><img src="https://avatars0.githubusercontent.com/u/1705603?v=4" width="100px;" alt=""/><br /><sub><b>MJ</b></sub></a><br /><a href="https://github.com/testing-library/user-event/commits?author=maheshjag" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/jmcriffey"><img src="https://avatars0.githubusercontent.com/u/2831294?v=4" width="100px;" alt=""/><br /><sub><b>Jeff McRiffey</b></sub></a><br /><a href="https://github.com/testing-library/user-event/commits?author=jmcriffey" title="Code">💻</a> <a href="https://github.com/testing-library/user-event/commits?author=jmcriffey" title="Tests">⚠️</a></td>
</tr>
</table>

Expand Down

0 comments on commit 26e1442

Please sign in to comment.