Skip to content

Commit a689990

Browse files
allcontributors[bot]benmonro
authored andcommitted
docs: add benmonro as a contributor (#6)
* docs: update README.md * docs: create .all-contributorsrc
1 parent ec89bb3 commit a689990

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "benmonro",
10+
"name": "Ben Monro",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/399236?v=4",
12+
"profile": "https://github.com/benmonro",
13+
"contributions": [
14+
"code",
15+
"test",
16+
"ideas",
17+
"doc"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "svelte-testing-library",
23+
"projectOwner": "testing-library",
24+
"repoType": "github",
25+
"repoHost": "https://github.com"
26+
}

README.md

Lines changed: 6 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-1-orange.svg?style=flat-square)](#contributors)
23
<h1>svelte-testing-library</h1>
34

45
<a href="https://www.emojione.com/emoji/1f410">
@@ -186,6 +187,11 @@ light-weight, simple, and understandable.
186187

187188
## Contributors
188189

190+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
191+
<!-- prettier-ignore -->
192+
<table><tr><td align="center"><a href="https://github.com/benmonro"><img src="https://avatars3.githubusercontent.com/u/399236?v=4" width="100px;" alt="Ben Monro"/><br /><sub><b>Ben Monro</b></sub></a><br /><a href="https://github.com/testing-library/svelte-testing-library/commits?author=benmonro" title="Code">💻</a> <a href="https://github.com/testing-library/svelte-testing-library/commits?author=benmonro" title="Tests">⚠️</a> <a href="#ideas-benmonro" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/testing-library/svelte-testing-library/commits?author=benmonro" title="Documentation">📖</a></td></tr></table>
193+
194+
<!-- ALL-CONTRIBUTORS-LIST:END -->
189195
Thanks goes to these people ([emoji key][emojis]):
190196

191197
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

0 commit comments

Comments
 (0)