Skip to content

Commit 93fce77

Browse files
docs: add SimenB as a contributor (#166)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 65f95d1 commit 93fce77

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,15 @@
346346
"code",
347347
"test"
348348
]
349+
},
350+
{
351+
"login": "SimenB",
352+
"name": "Simen Bekkhus",
353+
"avatar_url": "https://avatars1.githubusercontent.com/u/1404810?v=4",
354+
"profile": "https://github.com/SimenB",
355+
"contributions": [
356+
"code"
357+
]
349358
}
350359
],
351360
"repoType": "github",

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,13 @@ Thanks goes to these people ([emoji key][emojis]):
268268
<td align="center"><a href="https://kylemh.com"><img src="https://avatars1.githubusercontent.com/u/9523719?v=4" width="100px;" alt=""/><br /><sub><b>Kyle Holmberg</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/commits?author=kylemh" title="Documentation">📖</a></td>
269269
<td align="center"><a href="https://github.com/Thisen"><img src="https://avatars2.githubusercontent.com/u/10807938?v=4" width="100px;" alt=""/><br /><sub><b>Mathis Møller</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/commits?author=Thisen" title="Code">💻</a> <a href="https://github.com/testing-library/cypress-testing-library/commits?author=Thisen" title="Tests">⚠️</a></td>
270270
</tr>
271+
<tr>
272+
<td align="center"><a href="https://github.com/SimenB"><img src="https://avatars1.githubusercontent.com/u/1404810?v=4" width="100px;" alt=""/><br /><sub><b>Simen Bekkhus</b></sub></a><br /><a href="https://github.com/testing-library/cypress-testing-library/commits?author=SimenB" title="Code">💻</a></td>
273+
</tr>
271274
</table>
272275

273276
<!-- markdownlint-enable -->
274277
<!-- prettier-ignore-end -->
275-
276278
<!-- ALL-CONTRIBUTORS-LIST:END -->
277279

278280
This project follows the [all-contributors][all-contributors] specification.

0 commit comments

Comments
 (0)