From 89ca6f33388553fdbe1476757fe2a047834d5a99 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 11:59:04 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..fa99a46 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "nhamlh", + "name": "Nham Le", + "avatar_url": "https://avatars3.githubusercontent.com/u/11173217?v=4", + "profile": "https://nhamlh.space", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "terraform-provider-uptimerobot", + "projectOwner": "louy", + "repoType": "github", + "repoHost": "https://github.com" +}