From 4747c66b14b3616abd6a7e1e4130a6d40866b374 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:21:44 +0000 Subject: [PATCH] docs: update .all-contributorsrc --- .all-contributorsrc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1590e14..e88cad6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,5 +3,21 @@ "projectOwner": "Niek", "repoType": "github", "commit": false, - "contributors": [] -} \ No newline at end of file + "contributors": [ + { + "login": "Michael-Tanzer", + "name": "Michael Tanzer", + "avatar_url": "https://avatars.githubusercontent.com/u/23483071?v=4", + "profile": "https://github.com/Michael-Tanzer", + "contributions": [ + "ideas", + "code" + ] + } + ], + "files": [ + "README.md" + ], + "commitConvention": "angular", + "contributorsPerLine": 7 +}