From 85c72c78d15e5cb587bef23d0f0350b49c93339f Mon Sep 17 00:00:00 2001 From: Timothy Smith <256125264+timothysmithdev@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:14:08 -0400 Subject: [PATCH 1/2] add timothysmithdev --- contributors/timothysmithdev.html | 39 +++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 40 insertions(+) create mode 100644 contributors/timothysmithdev.html diff --git a/contributors/timothysmithdev.html b/contributors/timothysmithdev.html new file mode 100644 index 00000000..e9da4bd5 --- /dev/null +++ b/contributors/timothysmithdev.html @@ -0,0 +1,39 @@ +
+

timothysmithdev

+ +

Programming languages I use

+
+
+ JavaScript +
+
+ +

Tools I use

+
+ + +
+
+ \ No newline at end of file diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..00846972 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ + "timothysmithdev.html", "roshanjossey.html", "gokultp.html", ]; From 2ce086106aa73634f7d0e988219028f675d794af Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 29 Jun 2026 19:16:19 +0000 Subject: [PATCH 2/2] Revert changes to scripts/contributors.js [skip ci] --- scripts/contributors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 00846972..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ - "timothysmithdev.html", "roshanjossey.html", "gokultp.html", ];