From 2aef7f1f95062d2a45739e740d91473dab495b52 Mon Sep 17 00:00:00 2001 From: PricedTuna Date: Tue, 23 Jun 2026 13:03:26 -0700 Subject: [PATCH 1/2] add pricedtuna to contributors --- contributors/pricedtuna.html | 58 ++++++++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 59 insertions(+) create mode 100644 contributors/pricedtuna.html diff --git a/contributors/pricedtuna.html b/contributors/pricedtuna.html new file mode 100644 index 00000000..94b8883d --- /dev/null +++ b/contributors/pricedtuna.html @@ -0,0 +1,58 @@ +
+

PricedTuna

+

Mexican software engineer who loves learn things and the marine animmals

+

Programming Languages I Use

+
+
+ TypeScript +
+
+ JavaScript +
+
+ C# +
+
+ PHP +
+
+ Python +
+
+ SQL +
+
+ +

Tools I Use

+
+ + + + + + + + + + + + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..c5959385 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ + "pricedtuna.html", "roshanjossey.html", "gokultp.html", ]; From 0890a55f8101029e92059d05d4b89e8e005af6e0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 23 Jun 2026 20:08:18 +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 c5959385..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ - "pricedtuna.html", "roshanjossey.html", "gokultp.html", ];