From 275d3ccfde480b1ba3fefccfebaf4cb37dbbd4f5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 16:03:25 +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 00000000..8aefa93c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "amberisvibin", + "name": "Amber", + "avatar_url": "https://avatars3.githubusercontent.com/u/63863236?v=4", + "profile": "http://dev.to/amberisvibin", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "gwion-docs", + "projectOwner": "fennecdjay", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} -- 2.43.0