diff --git a/.all-contributorsrc b/.all-contributorsrc index b5f3673..9c8da9c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,22 @@ { "projectName": "clipea", - "projectOwner": "dave1010" -} \ No newline at end of file + "projectOwner": "dave1010", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "b-boehne", + "name": "b-boehne", + "avatar_url": "https://avatars.githubusercontent.com/u/53817118?v=4", + "profile": "https://github.com/b-boehne", + "contributions": [ + "code", + "ideas" + ] + } + ] +}