From b53975368d78b395cd41d69ecc44b4e19d8f8e35 Mon Sep 17 00:00:00 2001 From: RysanDeluna Date: Sat, 4 Apr 2026 16:32:41 -0300 Subject: [PATCH 1/2] Add RysanDeluna --- contributors/rysandeluna.html | 83 +++++++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 84 insertions(+) create mode 100644 contributors/rysandeluna.html diff --git a/contributors/rysandeluna.html b/contributors/rysandeluna.html new file mode 100644 index 00000000..685c036e --- /dev/null +++ b/contributors/rysandeluna.html @@ -0,0 +1,83 @@ +
+

Rysan Deluna

+

Scientist studying quantum computing, bioinformatics and data.

+

Programming languages I use

+
+
+ Python +
+
+ R +
+
+ Lua +
+
+ C++ +
+
+ Nix +
+
+ + +

Tools I use

+
+ + + + + + + + + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..38a267f5 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ "roshanjossey.html", "gokultp.html", + "rysandeluna.html" ]; From 36efadfcae4065fcb2880fcc2eba5f22bbbd657b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 4 Apr 2026 19:35:17 +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 38a267f5..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ "roshanjossey.html", "gokultp.html", - "rysandeluna.html" ];