From 04fee7b6ddc4415e84e69622d76539ca21349714 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:38:47 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..97b17555b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,35 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "behinger", + "name": "Benedikt Ehinger", + "avatar_url": "https://avatars.githubusercontent.com/u/10183650?v=4", + "profile": "http://www.benediktehinger.de", + "contributions": [ + "bug", + "code", + "doc", + "ideas", + "infra", + "maintenance", + "question", + "review", + "test", + "tutorial" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "UnfoldMakie.jl", + "projectOwner": "unfoldtoolbox" +}