From 7f8f1dbf54deec6dc608d5c2951816ed1d32a618 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 19:45:48 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..2aba3e8 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,29 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "cybersiddhu", + "name": "Siddhartha Basu", + "avatar_url": "https://avatars.githubusercontent.com/u/48740?v=4", + "profile": "http://cybersiddhu.github.com/", + "contributions": [ + "bug", + "code", + "content", + "doc", + "maintenance", + "mentoring" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "event-messenger", + "projectOwner": "dictyBase", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}