From e6c5d6ff7c429ba4efc57e8f9644ab32df211996 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 11:19:05 +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 000000000..b3949b238 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "sct", + "name": "sct", + "avatar_url": "https://avatars1.githubusercontent.com/u/234213?v=4", + "profile": "https://sct.dev", + "contributions": [ + "code", + "design", + "ideas" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "overseerr", + "projectOwner": "sct", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}