mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[Codeowners] Minor improvements after restructure
This commit is contained in:
parent
c6d130abd9
commit
f9a4a24cd8
1 changed files with 5 additions and 1 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -44,8 +44,9 @@
|
||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
|
|
||||||
|
/editor/ @godotengine/docks
|
||||||
/editor/script/ @godotengine/script-editor
|
/editor/script/ @godotengine/script-editor
|
||||||
/editor/shader/ @godotengine/shaders
|
/editor/shader/ @godotengine/script-editor @godotengine/shaders
|
||||||
/editor/animation/ @godotengine/animation
|
/editor/animation/ @godotengine/animation
|
||||||
/editor/audio/ @godotengine/audio
|
/editor/audio/ @godotengine/audio
|
||||||
/editor/debugger/ @godotengine/debugger
|
/editor/debugger/ @godotengine/debugger
|
||||||
|
@ -57,9 +58,12 @@
|
||||||
/editor/inspector/ @godotengine/docks
|
/editor/inspector/ @godotengine/docks
|
||||||
/editor/scene/ @godotengine/core
|
/editor/scene/ @godotengine/core
|
||||||
/editor/scene/2d/ @godotengine/2d-editor
|
/editor/scene/2d/ @godotengine/2d-editor
|
||||||
|
/editor/scene/2d/physics @godotengine/2d-editor @godotengine/physics
|
||||||
/editor/scene/3d/ @godotengine/3d-editor
|
/editor/scene/3d/ @godotengine/3d-editor
|
||||||
|
/editor/scene/3d/physics @godotengine/3d-editor @godotengine/physics
|
||||||
/editor/scene/gui/ @godotengine/usability @godotengine/gui-nodes
|
/editor/scene/gui/ @godotengine/usability @godotengine/gui-nodes
|
||||||
/editor/themes/ @godotengine/usability @godotengine/gui-nodes
|
/editor/themes/ @godotengine/usability @godotengine/gui-nodes
|
||||||
|
/editor/translations/ @godotengine/usability
|
||||||
|
|
||||||
# Main
|
# Main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue