Assign Jolt Physics team as code owner where appropriate

This commit is contained in:
Mikael Hermansson
2026-02-02 20:45:49 +01:00
parent 3c5e561024
commit 473609d68f

3
.github/CODEOWNERS vendored
View File

@@ -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)