From f3c42f84d6dc53b3dd2a71b05f598796ac52d396 Mon Sep 17 00:00:00 2001 From: rob-botics Date: Fri, 17 Oct 2025 14:12:07 -0500 Subject: [PATCH] Added my data --- Contributors.md | 1 + data/contributors.js | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Contributors.md b/Contributors.md index defdfeaf..f00a2d0a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -214,3 +214,4 @@ - [sunlianyu](https://github.com/7y-9) - [Sumit Sharma](https://github.com/sumit-sharma-02) - [Debmalya Sen](https://github.com/debmalya37) +- [Robert Morrison](https://github.com/rob-botics/) diff --git a/data/contributors.js b/data/contributors.js index f695fc04..95a6d017 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2679,6 +2679,15 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", + }, + { + name: "Robert Morrison", + branch: "Ram Mern", + college: "UTA", + year: 2022, //Year of Pass Out + linkedin: "https://www.linkedin.com/in/robert-a-morrison/", + github: "https://github.com/rob-botics/", + gender: "male", } );