From d024ead00130ebbef28ba8f8d68b073c5370cb33 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 14:10:35 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..445f046 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "abhisheknaiidu", + "name": "Abhishek Naidu", + "avatar_url": "https://avatars0.githubusercontent.com/u/55599878?v=4", + "profile": "https://blog.abhisheknaidu.tech/", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "awesome-github-profile-readme", + "projectOwner": "abhisheknaiidu", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}