docs: create .all-contributorsrc [skip ci]

This commit is contained in:
allcontributors[bot] 2023-01-09 12:29:32 +00:00 committed by GitHub
parent 3fe8063708
commit d67171ac62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
.all-contributorsrc Normal file
View file

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