From ccbc3942c50b40652ecff67544d61bd4fb10a15a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Fri, 24 May 2019 14:48:02 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .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..87611ec --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "kopfkrieg", + "name": "Florian", + "avatar_url": "https://avatars2.githubusercontent.com/u/5047813?v=4", + "profile": "https://kopfkrieg.org", + "contributions": [ + "review", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "watchtower", + "projectOwner": "containrrr", + "repoType": "github", + "repoHost": "https://github.com" +}