From 5ccb36734e6c8e52067e14ba22543cba04955426 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:25:10 +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..eea9acf --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "EmotionChild", + "name": "Emotion", + "avatar_url": "https://avatars.githubusercontent.com/u/36905598?v=4", + "profile": "https://www.emotionchild.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Ellie-v4", + "projectOwner": "EllieBotDevs", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}