From e9994c0eb1f2de0c0ba3372def88a85737df6bc3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:20:40 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..b6c4d3e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "chandrabezzo", + "name": "Chandra Abdul Fattah", + "avatar_url": "https://avatars.githubusercontent.com/u/16184998?v=4", + "profile": "https://www.linkedin.com/in/chandra-abdul-fattah", + "contributions": [ + "infra", + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "CountryCodePicker", + "projectOwner": "chandrabezzo" +}