Skip to content

Commit da1dc4d

Browse files
docs: add NicholasBoll as a contributor (#105)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci]
1 parent 44707fe commit da1dc4d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.all-contributorsrc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"imageSize": 100,
88
"commit": false,
9-
"skipCi": false,
9+
"skipCi": true,
1010
"contributors": [
1111
{
1212
"login": "kentcdodds",
@@ -261,10 +261,19 @@
261261
"code",
262262
"test"
263263
]
264+
},
265+
{
266+
"login": "NicholasBoll",
267+
"name": "Nicholas Boll",
268+
"avatar_url": "https://avatars2.githubusercontent.com/u/338257?v=4",
269+
"profile": "https://github.com/NicholasBoll",
270+
"contributions": [
271+
"code",
272+
"test"
273+
]
264274
}
265275
],
266276
"repoType": "github",
267277
"repoHost": "https://github.com",
268-
"contributorsPerLine": 7,
269-
"skipCi": true
278+
"contributorsPerLine": 7
270279
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Thanks goes to these people ([emoji key][emojis]):
173173
<td align="center"><a href="https://yvonnickfrin.dev"><img src="https://avatars0.githubusercontent.com/u/13099512?v=4" width="100px;" alt=""/><br /><sub><b>Yvonnick FRIN</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/commits?author=frinyvonnick" title="Documentation">📖</a></td>
174174
<td align="center"><a href="https://www.franck-abgrall.me/"><img src="https://avatars3.githubusercontent.com/u/9840435?v=4" width="100px;" alt=""/><br /><sub><b>Franck Abgrall</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/pulls?q=is%3Apr+reviewed-by%3Akefranabg" title="Reviewed Pull Requests">👀</a></td>
175175
<td align="center"><a href="http://twitter.com/tlrobinson"><img src="https://avatars0.githubusercontent.com/u/18193?v=4" width="100px;" alt=""/><br /><sub><b>Tom Robinson</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/commits?author=tlrobinson" title="Code">💻</a> <a href="https://github.com/testing-library/cypress-testing-library/commits?author=tlrobinson" title="Tests">⚠️</a></td>
176+
<td align="center"><a href="https://github.com/NicholasBoll"><img src="https://avatars2.githubusercontent.com/u/338257?v=4" width="100px;" alt=""/><br /><sub><b>Nicholas Boll</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/commits?author=NicholasBoll" title="Code">💻</a> <a href="https://github.com/testing-library/cypress-testing-library/commits?author=NicholasBoll" title="Tests">⚠️</a></td>
176177
</tr>
177178
</table>
178179

0 commit comments

Comments
 (0)