From 15bf39eba1f1efd28429093af21edab214a8a495 Mon Sep 17 00:00:00 2001 From: Akshanjay Kompelli <63443017+FireBoyAJ24@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:09:00 -0700 Subject: [PATCH 1/3] Updated the code-owners and added package-lock.json to the gitignore of sailbot-workspace --- .github/CODEOWNERS | 8 ++++---- .gitignore | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 02028a45b..6122e33aa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,14 +19,14 @@ /src/controller @eomielan # diagnostics -/src/diagnostics @samdai01 +/src/diagnostics @Jng468 # docs -/docs/ @jamenkaye +/docs/ @FireBoyAJ24 # local_pathfinding -/notebooks/local_pathfinding @jamenkaye @FireBoyAJ24 @SPDonaghy -/src/local_pathfinding @jamenkaye @FireBoyAJ24 @SPDonaghy +/notebooks/local_pathfinding @FireBoyAJ24 @SPDonaghy +/src/local_pathfinding @FireBoyAJ24 @SPDonaghy # network_systems /src/network_systems @Jng468 @vaibhavambastha diff --git a/.gitignore b/.gitignore index 66bd9526a..8ecfaf0d8 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ venv/ .cache/ # Build site/ + +# Website +package-lock.json From d55ef7b55dbea1a0b4af396e87cf82a06d567396 Mon Sep 17 00:00:00 2001 From: Akshanjay Kompelli <63443017+FireBoyAJ24@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:15:59 -0700 Subject: [PATCH 2/3] Added Fred Yang to Website code owner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6122e33aa..bcea87dcf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -32,4 +32,4 @@ /src/network_systems @Jng468 @vaibhavambastha # website -/src/website @JordanChen123 +/src/website @JordanChen123 @fyang151 From da2e8475649194cd65db337fe849b67df04c9e31 Mon Sep 17 00:00:00 2001 From: Akshanjay Kompelli <63443017+FireBoyAJ24@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:14:51 -0700 Subject: [PATCH 3/3] Ignored package-lock.json in all directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ecfaf0d8..ae17474b6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,4 @@ venv/ site/ # Website -package-lock.json +**/package-lock.json