Skip to content

Commit 9169ace

Browse files
committed
Merge pull request godotengine#98399 from Repiteo/codeowners-2-return-of-jafar
Implement `CODEOWNERS` corrections
2 parents a8931f1 + 99ef817 commit 9169ace

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lines starting with '#' are comments.
22
# Each line is a file pattern followed by one or more owners.
3-
# Owners can be @users, @org/teams or emails
3+
# Owners can be @users, @org/teams or emails.
44

55
# Buildsystem (Before everything to be overwritten)
66

@@ -77,14 +77,12 @@
7777

7878
/modules/ @godotengine/_engine
7979
/modules/**/doc_classes/ @godotengine/_engine @godotengine/documentation
80-
/modules/**/editor/ @godotengine/_engine @godotengine/_editor
8180
/modules/**/icons/ @godotengine/_engine @godotengine/usability
8281
/modules/**/tests/ @godotengine/_engine @godotengine/tests
8382

8483
## Audio (+ video)
8584
/modules/interactive_music/ @godotengine/audio
8685
/modules/interactive_music/doc_classes/ @godotengine/audio @godotengine/documentation
87-
/modules/interactive_music/editor/ @godotengine/audio @godotengine/_editor
8886
/modules/minimp3/ @godotengine/audio
8987
/modules/minimp3/doc_classes/ @godotengine/audio @godotengine/documentation
9088
/modules/ogg/ @godotengine/audio
@@ -104,10 +102,8 @@
104102
/modules/etcpak/ @godotengine/import
105103
/modules/fbx/ @godotengine/import
106104
/modules/fbx/doc_classes/ @godotengine/import @godotengine/documentation
107-
/modules/fbx/editor/ @godotengine/import @godotengine/_editor
108105
/modules/gltf/ @godotengine/import
109106
/modules/gltf/doc_classes/ @godotengine/import @godotengine/documentation
110-
/modules/gltf/editor/ @godotengine/import @godotengine/_editor
111107
/modules/gltf/tests/ @godotengine/import @godotengine/tests
112108
/modules/hdr/ @godotengine/import
113109
/modules/jpg/ @godotengine/import
@@ -125,14 +121,12 @@
125121
/modules/mbedtls/tests/ @godotengine/network @godotengine/tests
126122
/modules/multiplayer/ @godotengine/network
127123
/modules/multiplayer/doc_classes/ @godotengine/network @godotengine/documentation
128-
/modules/multiplayer/editor/ @godotengine/network @godotengine/_editor
129124
/modules/upnp/ @godotengine/network
130125
/modules/upnp/doc_classes/ @godotengine/network @godotengine/documentation
131126
/modules/webrtc/ @godotengine/network
132127
/modules/webrtc/doc_classes/ @godotengine/network @godotengine/documentation
133128
/modules/websocket/ @godotengine/network
134129
/modules/websocket/doc_classes/ @godotengine/network @godotengine/documentation
135-
/modules/websocket/editor/ @godotengine/network @godotengine/_editor
136130

137131
## Physics
138132
/modules/godot_physics_2d/ @godotengine/physics
@@ -149,14 +143,12 @@
149143
## Scripting
150144
/modules/gdscript/ @godotengine/gdscript
151145
/modules/gdscript/doc_classes/ @godotengine/gdscript @godotengine/documentation
152-
/modules/gdscript/editor/ @godotengine/gdscript @godotengine/_editor
153146
/modules/gdscript/icons/ @godotengine/gdscript @godotengine/usability
154147
/modules/gdscript/tests/ @godotengine/gdscript @godotengine/tests
155148
/modules/jsonrpc/ @godotengine/gdscript @godotengine/network
156-
/modules/jsonrpc/tests @godotengine/gdscript @godotengine/network @godotengine/tests
149+
/modules/jsonrpc/tests/ @godotengine/gdscript @godotengine/network @godotengine/tests
157150
/modules/mono/ @godotengine/dotnet
158151
/modules/mono/doc_classes/ @godotengine/dotnet @godotengine/documentation
159-
/modules/mono/editor/ @godotengine/dotnet @godotengine/_editor
160152
/modules/mono/icons/ @godotengine/dotnet @godotengine/usability
161153

162154
## Text
@@ -173,24 +165,19 @@
173165
/modules/mobile_vr/doc_classes/ @godotengine/xr @godotengine/documentation
174166
/modules/openxr/ @godotengine/xr
175167
/modules/openxr/doc_classes/ @godotengine/xr @godotengine/documentation
176-
/modules/openxr/editor/ @godotengine/xr @godotengine/_editor
177168
/modules/webxr/ @godotengine/xr
178169
/modules/webxr/doc_classes/ @godotengine/xr @godotengine/documentation
179170

180171
## Misc
181172
/modules/csg/ @godotengine/3d-nodes
182173
/modules/csg/doc_classes/ @godotengine/3d-nodes @godotengine/documentation
183-
/modules/csg/editor/ @godotengine/3d-nodes @godotengine/_editor
184174
/modules/csg/icons/ @godotengine/3d-nodes @godotengine/usability
185175
/modules/gridmap/ @godotengine/3d-nodes
186176
/modules/gridmap/doc_classes/ @godotengine/3d-nodes @godotengine/documentation
187-
/modules/gridmap/editor/ @godotengine/3d-nodes @godotengine/_editor
188177
/modules/gridmap/icons/ @godotengine/3d-nodes @godotengine/usability
189178
/modules/navigation/ @godotengine/navigation
190-
/modules/navigation/editor/ @godotengine/navigation @godotengine/_editor
191179
/modules/noise/ @godotengine/core
192180
/modules/noise/doc_classes/ @godotengine/core @godotengine/documentation
193-
/modules/noise/editor/ @godotengine/core @godotengine/_editor
194181
/modules/noise/icons/ @godotengine/core @godotengine/usability
195182
/modules/noise/tests/ @godotengine/core @godotengine/tests
196183
/modules/regex/ @godotengine/core
@@ -238,15 +225,23 @@
238225
# Servers
239226

240227
/servers/ @godotengine/_systems
241-
/servers/**/audio* @godotengine/audio
242-
/servers/**/camera* @godotengine/xr
243-
/servers/**/debugger* @godotengine/debugger
244-
/servers/**/display* @godotengine/_platforms
245-
/servers/**/navigation* @godotengine/navigation
246-
/servers/**/physics* @godotengine/physics
247-
/servers/**/rendering* @godotengine/rendering
248-
/servers/**/text* @godotengine/gui-nodes
249-
/servers/**/xr* @godotengine/xr
228+
/servers/**/audio_* @godotengine/audio
229+
/servers/**/camera_* @godotengine/xr
230+
/servers/**/debugger_* @godotengine/debugger
231+
/servers/**/display_* @godotengine/_platforms
232+
/servers/**/navigation_* @godotengine/navigation
233+
/servers/**/physics_* @godotengine/physics
234+
/servers/**/rendering_* @godotengine/rendering
235+
/servers/**/text_* @godotengine/gui-nodes
236+
/servers/**/xr_* @godotengine/xr
237+
/servers/audio/ @godotengine/audio
238+
/servers/camera/ @godotengine/xr
239+
/servers/debugger/ @godotengine/debugger
240+
/servers/display/ @godotengine/_platforms
241+
/servers/navigation/ @godotengine/navigation
242+
/servers/rendering/ @godotengine/rendering
243+
/servers/text/ @godotengine/gui-nodes
244+
/servers/xr/ @godotengine/xr
250245

251246
# Tests
252247

0 commit comments

Comments
 (0)