From 3b3dd66cabec501b64af6420a7b6fe0f400edf51 Mon Sep 17 00:00:00 2001 From: Mike Del Tito Date: Mon, 15 Feb 2021 11:37:26 -0500 Subject: [PATCH] docs: add @respectus as a contributor --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..92dbfc7 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "projectName": "logdna-winston", + "projectOwner": "logdna", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "respectus", + "name": "Muaz Siddiqui", + "avatar_url": "https://avatars.githubusercontent.com/u/1046364?v=4", + "profile": "https://github.com/respectus", + "contributions": [ + "code", + "doc" + ] + } + ], + "contributorsPerLine": 7 +}