Merge pull request #115773 from mihe/jolt/codeowners

Assign Jolt Physics team as code owner where appropriate
This commit is contained in:
Thaddeus Crews 2026-02-03 08:14:05 -06:00
commit 0304036bed
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

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)