From 456ac56978ae8e9055204d7b5c40c1ea6fd2d1e0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:42:35 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..2b7a50ab --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "iwilltry42", + "name": "Thorsten Klein", + "avatar_url": "https://avatars3.githubusercontent.com/u/25345277?v=4", + "profile": "https://twitter.com/iwilltry42", + "contributions": [ + "code", + "doc", + "ideas", + "maintenance" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "k3d", + "projectOwner": "rancher", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}