Skip to content

Commit a4914f7

Browse files
allcontributors[bot]Kent C. Dodds
authored andcommitted
docs: add jdorfman as a contributor (kentcdodds#9)
* docs: update README.md * docs: create .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent a05963c commit a4914f7

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "jdorfman",
10+
"name": "Justin Dorfman",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/398230?v=4",
12+
"profile": "https://stackshare.io/jdorfman/decisions",
13+
"contributions": [
14+
"fundingFinding"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "react-testing-library-course",
20+
"projectOwner": "kentcdodds",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<p align="center">
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23
<a href="https://codefund.io/properties/499/visit-sponsor">
34
<img src="https://codefund.io/properties/499/sponsor" />
45
</a>
@@ -46,3 +47,19 @@ _Course material for testing React components using react-testing-library_
4647
> Note: the setup for this project uses kcd-scripts. Don't worry about that. You
4748
> can learn about how to configure jest properly in the "Configure Jest for
4849
> Testing JavaScript Applications" module of TestingJavaScript.com
50+
51+
## Contributors ✨
52+
53+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
54+
55+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
56+
<!-- prettier-ignore -->
57+
<table>
58+
<tr>
59+
<td align="center"><a href="https://stackshare.io/jdorfman/decisions"><img src="https://avatars1.githubusercontent.com/u/398230?v=4" width="100px;" alt="Justin Dorfman"/><br /><sub><b>Justin Dorfman</b></sub></a><br /><a href="#fundingFinding-jdorfman" title="Funding Finding">🔍</a></td>
60+
</tr>
61+
</table>
62+
63+
<!-- ALL-CONTRIBUTORS-LIST:END -->
64+
65+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)