|
1 | 1 | # Lines starting with '#' are comments. |
2 | 2 | # 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. |
4 | 4 |
|
5 | 5 | # Buildsystem (Before everything to be overwritten) |
6 | 6 |
|
|
77 | 77 |
|
78 | 78 | /modules/ @godotengine/_engine |
79 | 79 | /modules/**/doc_classes/ @godotengine/_engine @godotengine/documentation |
80 | | -/modules/**/editor/ @godotengine/_engine @godotengine/_editor |
81 | 80 | /modules/**/icons/ @godotengine/_engine @godotengine/usability |
82 | 81 | /modules/**/tests/ @godotengine/_engine @godotengine/tests |
83 | 82 |
|
84 | 83 | ## Audio (+ video) |
85 | 84 | /modules/interactive_music/ @godotengine/audio |
86 | 85 | /modules/interactive_music/doc_classes/ @godotengine/audio @godotengine/documentation |
87 | | -/modules/interactive_music/editor/ @godotengine/audio @godotengine/_editor |
88 | 86 | /modules/minimp3/ @godotengine/audio |
89 | 87 | /modules/minimp3/doc_classes/ @godotengine/audio @godotengine/documentation |
90 | 88 | /modules/ogg/ @godotengine/audio |
|
104 | 102 | /modules/etcpak/ @godotengine/import |
105 | 103 | /modules/fbx/ @godotengine/import |
106 | 104 | /modules/fbx/doc_classes/ @godotengine/import @godotengine/documentation |
107 | | -/modules/fbx/editor/ @godotengine/import @godotengine/_editor |
108 | 105 | /modules/gltf/ @godotengine/import |
109 | 106 | /modules/gltf/doc_classes/ @godotengine/import @godotengine/documentation |
110 | | -/modules/gltf/editor/ @godotengine/import @godotengine/_editor |
111 | 107 | /modules/gltf/tests/ @godotengine/import @godotengine/tests |
112 | 108 | /modules/hdr/ @godotengine/import |
113 | 109 | /modules/jpg/ @godotengine/import |
|
125 | 121 | /modules/mbedtls/tests/ @godotengine/network @godotengine/tests |
126 | 122 | /modules/multiplayer/ @godotengine/network |
127 | 123 | /modules/multiplayer/doc_classes/ @godotengine/network @godotengine/documentation |
128 | | -/modules/multiplayer/editor/ @godotengine/network @godotengine/_editor |
129 | 124 | /modules/upnp/ @godotengine/network |
130 | 125 | /modules/upnp/doc_classes/ @godotengine/network @godotengine/documentation |
131 | 126 | /modules/webrtc/ @godotengine/network |
132 | 127 | /modules/webrtc/doc_classes/ @godotengine/network @godotengine/documentation |
133 | 128 | /modules/websocket/ @godotengine/network |
134 | 129 | /modules/websocket/doc_classes/ @godotengine/network @godotengine/documentation |
135 | | -/modules/websocket/editor/ @godotengine/network @godotengine/_editor |
136 | 130 |
|
137 | 131 | ## Physics |
138 | 132 | /modules/godot_physics_2d/ @godotengine/physics |
|
149 | 143 | ## Scripting |
150 | 144 | /modules/gdscript/ @godotengine/gdscript |
151 | 145 | /modules/gdscript/doc_classes/ @godotengine/gdscript @godotengine/documentation |
152 | | -/modules/gdscript/editor/ @godotengine/gdscript @godotengine/_editor |
153 | 146 | /modules/gdscript/icons/ @godotengine/gdscript @godotengine/usability |
154 | 147 | /modules/gdscript/tests/ @godotengine/gdscript @godotengine/tests |
155 | 148 | /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 |
157 | 150 | /modules/mono/ @godotengine/dotnet |
158 | 151 | /modules/mono/doc_classes/ @godotengine/dotnet @godotengine/documentation |
159 | | -/modules/mono/editor/ @godotengine/dotnet @godotengine/_editor |
160 | 152 | /modules/mono/icons/ @godotengine/dotnet @godotengine/usability |
161 | 153 |
|
162 | 154 | ## Text |
|
173 | 165 | /modules/mobile_vr/doc_classes/ @godotengine/xr @godotengine/documentation |
174 | 166 | /modules/openxr/ @godotengine/xr |
175 | 167 | /modules/openxr/doc_classes/ @godotengine/xr @godotengine/documentation |
176 | | -/modules/openxr/editor/ @godotengine/xr @godotengine/_editor |
177 | 168 | /modules/webxr/ @godotengine/xr |
178 | 169 | /modules/webxr/doc_classes/ @godotengine/xr @godotengine/documentation |
179 | 170 |
|
180 | 171 | ## Misc |
181 | 172 | /modules/csg/ @godotengine/3d-nodes |
182 | 173 | /modules/csg/doc_classes/ @godotengine/3d-nodes @godotengine/documentation |
183 | | -/modules/csg/editor/ @godotengine/3d-nodes @godotengine/_editor |
184 | 174 | /modules/csg/icons/ @godotengine/3d-nodes @godotengine/usability |
185 | 175 | /modules/gridmap/ @godotengine/3d-nodes |
186 | 176 | /modules/gridmap/doc_classes/ @godotengine/3d-nodes @godotengine/documentation |
187 | | -/modules/gridmap/editor/ @godotengine/3d-nodes @godotengine/_editor |
188 | 177 | /modules/gridmap/icons/ @godotengine/3d-nodes @godotengine/usability |
189 | 178 | /modules/navigation/ @godotengine/navigation |
190 | | -/modules/navigation/editor/ @godotengine/navigation @godotengine/_editor |
191 | 179 | /modules/noise/ @godotengine/core |
192 | 180 | /modules/noise/doc_classes/ @godotengine/core @godotengine/documentation |
193 | | -/modules/noise/editor/ @godotengine/core @godotengine/_editor |
194 | 181 | /modules/noise/icons/ @godotengine/core @godotengine/usability |
195 | 182 | /modules/noise/tests/ @godotengine/core @godotengine/tests |
196 | 183 | /modules/regex/ @godotengine/core |
|
238 | 225 | # Servers |
239 | 226 |
|
240 | 227 | /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 |
250 | 245 |
|
251 | 246 | # Tests |
252 | 247 |
|
|
0 commit comments