From 8bf39250f770d4122c95776f753502f1e4c0a0ee Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:47:49 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 126293a..c1cd487 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # auto-spies monorepo - -[![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-) Easy and type safe way to write spies for tests, for both sync and async (promises, Observables) returning methods. @@ -71,6 +69,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d WynieCronje
WynieCronje

💻 🐛 🚧 Johannes Gest
Johannes Gest

🚧 mopinsk
mopinsk

🚧 + strawberry-choco
strawberry-choco

🚧 From 76fa8c935d94ed6f26b216cabe9c6ac052b112d8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:47:50 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8b0fdea..f6e7f69 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -129,6 +129,15 @@ "contributions": [ "maintenance" ] + }, + { + "login": "strawberry-choco", + "name": "strawberry-choco", + "avatar_url": "https://github.com/avatars/u/20382692?v=4", + "profile": "https://gitlab.com/strawberry-choco", + "contributions": [ + "maintenance" + ] } ], "contributorsPerLine": 7, @@ -136,5 +145,6 @@ "projectOwner": "hirezio", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": true, + "commitType": "docs" }