Skip to content

Commit 7b03905

Browse files
allcontributors[bot]Kent C. Dodds
authored andcommitted
docs: add afontcu as a contributor (#320)
* docs: update README.md * docs: update .all-contributorsrc
1 parent 6418536 commit 7b03905

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,16 @@
643643
"contributions": [
644644
"code"
645645
]
646+
},
647+
{
648+
"login": "afontcu",
649+
"name": "Adrià Fontcuberta",
650+
"avatar_url": "https://avatars0.githubusercontent.com/u/9197791?v=4",
651+
"profile": "https://afontcu.dev",
652+
"contributions": [
653+
"code",
654+
"test"
655+
]
646656
}
647657
],
648658
"repoHost": "https://github.com"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ practices.</p>
2727
[![downloads][downloads-badge]][npmtrends]
2828
[![MIT License][license-badge]][license]
2929

30-
[![All Contributors](https://img.shields.io/badge/all_contributors-65-orange.svg?style=flat-square)](#contributors)
30+
[![All Contributors](https://img.shields.io/badge/all_contributors-66-orange.svg?style=flat-square)](#contributors)
3131
[![PRs Welcome][prs-badge]][prs]
3232
[![Code of Conduct][coc-badge]][coc]
3333

@@ -214,6 +214,7 @@ Thanks goes to these people ([emoji key][emojis]):
214214
<tr>
215215
<td align="center"><a href="https://twitter.com/sebsilbermann"><img src="https://avatars3.githubusercontent.com/u/12292047?v=4" width="100px;" alt="Sebastian Silbermann"/><br /><sub><b>Sebastian Silbermann</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=eps1lon" title="Code">💻</a> <a href="https://github.com/testing-library/dom-testing-library/commits?author=eps1lon" title="Tests">⚠️</a></td>
216216
<td align="center"><a href="https://dylanvann.com/"><img src="https://avatars0.githubusercontent.com/u/1537615?v=4" width="100px;" alt="Dylan Vann"/><br /><sub><b>Dylan Vann</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=DylanVann" title="Code">💻</a></td>
217+
<td align="center"><a href="https://afontcu.dev"><img src="https://avatars0.githubusercontent.com/u/9197791?v=4" width="100px;" alt="Adrià Fontcuberta"/><br /><sub><b>Adrià Fontcuberta</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=afontcu" title="Code">💻</a> <a href="https://github.com/testing-library/dom-testing-library/commits?author=afontcu" title="Tests">⚠️</a></td>
217218
</tr>
218219
</table>
219220

0 commit comments

Comments
 (0)