From 3fe8063708026744b8a44bd3644d0475fbf8c18c Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 9 Jan 2023 12:29:31 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/README.md b/README.md
index 04b48db..b1c43c1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# mycobot_ros
+
+[](#contributors-)
+
[](https://www.elephantrobotics.com/docs/myCobot/3-development/4-ros&moveit/)
[](https://www.elephantrobotics.com/docs/myCobot-en/3-development/4-ros&moveit/)
@@ -111,6 +114,21 @@ There is documentation in the [ElephantRobotics Docs](https://docs.elephantrobot
## Contributors
Thanks goes to these people:
+
+
+
+
+
+
+
+
+
From d67171ac620014629a703f7191febc9a7e1935cd Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 9 Jan 2023 12:29:32 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 .all-contributorsrc
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"
+}