Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add jpgoelz as a contributor for maintenance #79

Merged
merged 2 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,22 @@
"contributions": [
"maintenance"
]
},
{
"login": "jpgoelz",
"name": "Jan Philipp Gölz",
"avatar_url": "https://avatars.githubusercontent.com/u/32487587?v=4",
"profile": "https://github.com/jpgoelz",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "auto-spies",
"projectOwner": "hirezio",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
"skipCi": true,
"commitType": "docs"
}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# auto-spies monorepo

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

[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)

[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Easy and type safe way to write spies for tests, for both sync and async (promises, Observables) returning methods.
Expand Down Expand Up @@ -71,6 +69,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/WynieCronje"><img src="https://avatars.githubusercontent.com/u/4537265?v=4?s=100" width="100px;" alt="WynieCronje"/><br /><sub><b>WynieCronje</b></sub></a><br /><a href="https://github.com/hirezio/auto-spies/commits?author=WynieCronje" title="Code">💻</a> <a href="https://github.com/hirezio/auto-spies/issues?q=author%3AWynieCronje" title="Bug reports">🐛</a> <a href="#maintenance-WynieCronje" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gestj"><img src="https://avatars.githubusercontent.com/u/6358771?v=4?s=100" width="100px;" alt="Johannes Gest"/><br /><sub><b>Johannes Gest</b></sub></a><br /><a href="#maintenance-gestj" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mopinsk"><img src="https://avatars.githubusercontent.com/u/29751071?v=4?s=100" width="100px;" alt="mopinsk"/><br /><sub><b>mopinsk</b></sub></a><br /><a href="#maintenance-mopinsk" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jpgoelz"><img src="https://avatars.githubusercontent.com/u/32487587?v=4?s=100" width="100px;" alt="Jan Philipp Gölz"/><br /><sub><b>Jan Philipp Gölz</b></sub></a><br /><a href="#maintenance-jpgoelz" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>
Expand Down