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" +}