From 72081f0054c00b0ba609e4d5343e77e762af78f9 Mon Sep 17 00:00:00 2001 From: Emotion Date: Sat, 3 Sep 2022 16:22:00 +1200 Subject: [PATCH] Create .all-contributorsrc --- .all-contributorsrc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..fa763c6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,33 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "AidanTheBandit1", + "name": "AidanTheBandit", + "avatar_url": "https://avatars.githubusercontent.com/u/84136868?v=4", + "profile": "http://banditco.dev", + "contributions": [ + "code" + ] + } + { + "login": "EmotionChild", + "name": "EmotionChild", + "avatar_url": "https://avatars.githubusercontent.com/u/36905598?v=4", + "profile": "http://www.emotionchild.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Ellie-bot", + "projectOwner": "EllieBotDevs", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}