diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8c4bc70 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "apockill", + "name": "Alex Thiele", + "avatar_url": "https://avatars.githubusercontent.com/u/1740412?v=4", + "profile": "https://www.youtube.com/user/Apockill", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "mycobot_ros", + "projectOwner": "elephantrobotics" +}