From 267a1990efe9701a843c213b248b09ed3eb305fc Mon Sep 17 00:00:00 2001 From: Pon Dinesh S <60435566+pondinesh006@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:44:10 +0530 Subject: [PATCH 1/3] Update README.md Hacktober pull request for the readme file. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d22a96a..1e4ed23 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,4 @@ Here is a quick and painless way to contribute to this project: * Create a pull request by clicking on the Pull Request button on the top of your repository page. -* Congrats! You have made a Pull Request and we will be merging it with the main branch soon. - +* Congrats! You have made a Pull Request and we will be merging it with the main branch soon.. From 0beac3d0160bcd796e5088f6937038a63f88e6e3 Mon Sep 17 00:00:00 2001 From: Pon Dinesh S <60435566+pondinesh006@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:49:16 +0530 Subject: [PATCH 2/3] Update profiles.json updating the profile in the hacktober 2023 --- contributors/profiles.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributors/profiles.json b/contributors/profiles.json index 287cc3e..de2749a 100644 --- a/contributors/profiles.json +++ b/contributors/profiles.json @@ -14,4 +14,10 @@ "description": "Web-App Dev | UI/UX" } + { + "name": "Pon Dinesh S", + "github": "pondinesh006", + "linkedin": "pon-dinesh-s-61110b1a0", + "description": "Robotics Engineer | ROS Developer" + } ] From 9b5353a9b3ac7509cc8c36bf7946491e43f7d8de Mon Sep 17 00:00:00 2001 From: Pon Dinesh S <60435566+pondinesh006@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:01:54 +0530 Subject: [PATCH 3/3] Update profiles.json Previous commit have the json error, so that error is shorted out. --- contributors/profiles.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors/profiles.json b/contributors/profiles.json index de2749a..77facc9 100644 --- a/contributors/profiles.json +++ b/contributors/profiles.json @@ -12,7 +12,7 @@ "github": "renuka-rajpuria", "linkedin": "renukarajpuria", "description": "Web-App Dev | UI/UX" - } + }, { "name": "Pon Dinesh S", @@ -20,4 +20,5 @@ "linkedin": "pon-dinesh-s-61110b1a0", "description": "Robotics Engineer | ROS Developer" } + ]