Skip to content

Commit f91856c

Browse files
committed
docs: add antsmartian as a contributor
1 parent 18e9876 commit f91856c

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.all-contributorsrc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"test"
2121
]
2222
},
23+
{
24+
"login": "antsmartian",
25+
"name": "Ants Martian",
26+
"avatar_url": "https://avatars0.githubusercontent.com/u/1241511?s=400&v=4",
27+
"profile": "https://github.com/antsmartian",
28+
"contributions": [
29+
"code",
30+
"doc",
31+
"test"
32+
]
33+
},
2334
{
2435
"login": "mihar-22",
2536
"name": "Rahim Alwer",
@@ -34,5 +45,6 @@
3445
}
3546
],
3647
"contributorsPerLine": 7,
37-
"repoHost": "https://github.com"
38-
}
48+
"repoHost": "https://github.com",
49+
"commitConvention": "none"
50+
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ practices.</p>
1616
> Inspired completely by [react-testing-library][react-testing-library]
1717
1818
[![Build Status][build-badge]][build] [![Code Coverage][coverage-badge]][coverage]
19-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
19+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
2020
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
2121
[![version][version-badge]][package] [![downloads][downloads-badge]][package]
2222
[![MIT License][license-badge]][license]
@@ -347,6 +347,7 @@ Thanks goes to these people ([emoji key][emojis]):
347347
<table>
348348
<tr>
349349
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Documentation">📖</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Tests">⚠️</a></td>
350+
<td align="center"><a href="https://github.com/antsmartian"><img src="https://avatars0.githubusercontent.com/u/1241511?s=400&v=4" width="100px;" alt="Ants Martian"/><br /><sub><b>Ants Martian</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=antsmartian" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=antsmartian" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=antsmartian" title="Tests">⚠️</a></td>
350351
<td align="center"><a href="https://github.com/mihar-22"><img src="https://avatars3.githubusercontent.com/u/14304599?s=460&v=4" width="100px;" alt="Rahim Alwer"/><br /><sub><b>Rahim Alwer</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Tests">⚠️</a> <a href="#infra-mihar-22" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
351352
</tr>
352353
</table>

0 commit comments

Comments
 (0)