From 473609d68f11bffd02f284f4afeaabc63615f48f Mon Sep 17 00:00:00 2001 From: Mikael Hermansson Date: Mon, 2 Feb 2026 20:45:49 +0100 Subject: [PATCH] Assign Jolt Physics team as code owner where appropriate --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2a4892d8d55..c67561933fb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -128,7 +128,7 @@ ## Physics /modules/godot_physics_2d/ @godotengine/physics /modules/godot_physics_3d/ @godotengine/physics -/modules/jolt_physics/ @godotengine/physics +/modules/jolt_physics/ @godotengine/physics @godotengine/jolt-physics ## Rendering /modules/glslang/ @godotengine/rendering @@ -249,6 +249,7 @@ # Thirdparty /thirdparty/ @godotengine/buildsystem +/thirdparty/jolt_physics/ @godotengine/buildsystem @godotengine/jolt-physics # Buildsystem (After everything to catch all)