Skip to content

Commit e2297ae

Browse files
docs: add iAziz786 as a contributor (#434)
* docs: update README.md * docs: update .all-contributorsrc
1 parent 91d05c1 commit e2297ae

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.all-contributorsrc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"imageSize": 100,
99
"commit": false,
1010
"contributorsPerLine": 7,
11-
"skipCi": false,
11+
"skipCi": true,
1212
"contributors": [
1313
{
1414
"login": "kentcdodds",
@@ -764,8 +764,17 @@
764764
"contributions": [
765765
"code"
766766
]
767+
},
768+
{
769+
"login": "iAziz786",
770+
"name": "Mohammad Aziz",
771+
"avatar_url": "https://avatars3.githubusercontent.com/u/17024120?v=4",
772+
"profile": "https://aziz.js.org",
773+
"contributions": [
774+
"code",
775+
"test"
776+
]
767777
}
768778
],
769-
"repoHost": "https://github.com",
770-
"skipCi": true
779+
"repoHost": "https://github.com"
771780
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ Thanks goes to these people ([emoji key][emojis]):
230230
<td align="center"><a href="https://tomdoes.tech/"><img src="https://avatars1.githubusercontent.com/u/8683577?v=4" width="100px;" alt=""/><br /><sub><b>Tom Nagle</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=tomanagle" title="Code">💻</a></td>
231231
<td align="center"><a href="http://westbrookjohnson.com"><img src="https://avatars0.githubusercontent.com/u/1156657?v=4" width="100px;" alt=""/><br /><sub><b>Westbrook Johnson</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=Westbrook" title="Code">💻</a></td>
232232
</tr>
233+
<tr>
234+
<td align="center"><a href="https://aziz.js.org"><img src="https://avatars3.githubusercontent.com/u/17024120?v=4" width="100px;" alt=""/><br /><sub><b>Mohammad Aziz</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=iAziz786" title="Code">💻</a> <a href="https://github.com/testing-library/dom-testing-library/commits?author=iAziz786" title="Tests">⚠️</a></td>
235+
</tr>
233236
</table>
234237

235238
<!-- markdownlint-enable -->

0 commit comments

Comments
 (0)