Skip to content

Commit 49a20db

Browse files
allcontributors[bot]timdeschryver
authored andcommitted
docs: add timdeschryver as a contributor (#8)
1 parent 95a256f commit 49a20db

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-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": "timdeschryver",
10+
"name": "Tim Deschryver",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/28659384?v=4",
12+
"profile": "http://timdeschryver.dev",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"infra",
17+
"test"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "angular-testing-library",
23+
"projectOwner": "testing-library",
24+
"repoType": "github",
25+
"repoHost": "https://github.com"
26+
}

README.md

Lines changed: 13 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>@angular-extensions/testing-library</h1>
34

45
<a href="https://www.emojione.com/emoji/1f994">
@@ -243,3 +244,15 @@ Links:
243244
[stackoverflow]: https://stackoverflow.com/questions/tagged/angular-testing-library
244245

245246
<!-- prettier-ignore-end -->
247+
248+
## Contributors
249+
250+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
251+
252+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
253+
<!-- prettier-ignore -->
254+
<table><tr><td align="center"><a href="http://timdeschryver.dev"><img src="https://avatars1.githubusercontent.com/u/28659384?v=4" width="100px;" alt="Tim Deschryver"/><br /><sub><b>Tim Deschryver</b></sub></a><br /><a href="https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver" title="Code">💻</a> <a href="https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver" title="Documentation">📖</a> <a href="#infra-timdeschryver" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/testing-library/angular-testing-library/commits?author=timdeschryver" title="Tests">⚠️</a></td></tr></table>
255+
256+
<!-- ALL-CONTRIBUTORS-LIST:END -->
257+
258+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)