|
2 | 2 | # Each line is a file pattern followed by one or more owners. |
3 | 3 | # Owners can be @users, @org/teams or emails |
4 | 4 |
|
5 | | -# Buildsystem |
6 | | - |
7 | | -.* @godotengine/buildsystem |
8 | | -.github/ @godotengine/buildsystem |
9 | | -*.py @godotengine/buildsystem |
10 | | -SConstruct @godotengine/buildsystem |
11 | | -SCsub @godotengine/buildsystem |
12 | | - |
13 | | -# Core |
14 | | - |
15 | | -/core/ @godotengine/core |
16 | | -/core/crypto/ @godotengine/network |
17 | | -/core/debugger/ @godotengine/debugger |
18 | | -/core/extension/ @godotengine/gdextension |
19 | | -/core/input/ @godotengine/input |
20 | | - |
21 | | -# Doc |
22 | | - |
23 | | -/doc/ @godotengine/documentation |
24 | | -doc_classes/* @godotengine/documentation |
25 | | - |
26 | | -# Drivers |
27 | | - |
28 | | -## Audio |
29 | | -/drivers/alsa/ @godotengine/audio |
30 | | -/drivers/alsamidi/ @godotengine/audio |
31 | | -/drivers/coreaudio/ @godotengine/audio |
32 | | -/drivers/coremidi/ @godotengine/audio |
33 | | -/drivers/pulseaudio/ @godotengine/audio |
34 | | -/drivers/wasapi/ @godotengine/audio |
35 | | -/drivers/winmidi/ @godotengine/audio |
36 | | -/drivers/xaudio2/ @godotengine/audio |
37 | | - |
38 | | -## Rendering |
39 | | -/drivers/d3d12/ @godotengine/rendering |
40 | | -/drivers/dummy/ @godotengine/rendering |
41 | | -/drivers/gles3/ @godotengine/rendering |
42 | | -/drivers/spirv-reflect/ @godotengine/rendering |
43 | | -/drivers/vulkan/ @godotengine/rendering |
44 | | - |
45 | | -## OS |
46 | | -/drivers/unix/ @godotengine/_platforms |
47 | | -/drivers/windows/ @godotengine/windows |
48 | | - |
49 | | -## Misc |
50 | | -/drivers/png/ @godotengine/import |
51 | | - |
52 | | -# Editor |
53 | | - |
54 | | -/editor/*debugger* @godotengine/debugger |
55 | | -/editor/gui/ @godotengine/usability @godotengine/gui-nodes |
56 | | -/editor/icons/ @godotengine/usability |
57 | | -/editor/import/ @godotengine/import |
58 | | -/editor/plugins/*2d_*.* @godotengine/2d-editor |
59 | | -/editor/plugins/*3d_*.* @godotengine/3d-editor |
60 | | -/editor/plugins/script_*.* @godotengine/script-editor |
61 | | -/editor/plugins/*shader*.* @godotengine/shaders |
62 | | -/editor/themes/ @godotengine/usability @godotengine/gui-nodes |
63 | | -/editor/code_editor.* @godotengine/script-editor |
64 | | -/editor/*dock*.* @godotengine/docks |
65 | | -/editor/*shader*.* @godotengine/shaders |
66 | | - |
67 | | -# Main |
68 | | - |
69 | | -/main/ @godotengine/core |
70 | | - |
71 | | -# Misc |
72 | | - |
73 | | -/misc/ @godotengine/buildsystem |
74 | | -/misc/extension_api_validation/ @godotengine/gdextension @godotengine/dotnet |
75 | | - |
76 | | -# Modules |
77 | | - |
78 | | -## Audio (+ video) |
79 | | -/modules/minimp3/ @godotengine/audio |
80 | | -/modules/ogg/ @godotengine/audio |
81 | | -/modules/opus/ @godotengine/audio |
82 | | -/modules/theora/ @godotengine/audio |
83 | | -/modules/vorbis/ @godotengine/audio |
84 | | -/modules/webm/ @godotengine/audio |
85 | | - |
86 | | -## Import |
87 | | -/modules/basis_universal/ @godotengine/import |
88 | | -/modules/bmp/ @godotengine/import |
89 | | -/modules/cvtt/ @godotengine/import |
90 | | -/modules/dds/ @godotengine/import |
91 | | -/modules/etc/ @godotengine/import |
92 | | -/modules/fbx/ @godotengine/import |
93 | | -/modules/gltf/ @godotengine/import |
94 | | -/modules/hdr/ @godotengine/import |
95 | | -/modules/jpg/ @godotengine/import |
96 | | -/modules/pvr/ @godotengine/import |
97 | | -/modules/squish/ @godotengine/import |
98 | | -/modules/svg/ @godotengine/import |
99 | | -/modules/tga/ @godotengine/import |
100 | | -/modules/tinyexr/ @godotengine/import |
101 | | -/modules/webp/ @godotengine/import |
102 | | - |
103 | | -## Network |
104 | | -/modules/enet/ @godotengine/network |
105 | | -/modules/mbedtls/ @godotengine/network |
106 | | -/modules/upnp/ @godotengine/network |
107 | | -/modules/webrtc/ @godotengine/network |
108 | | -/modules/websocket/ @godotengine/network |
109 | | - |
110 | | -## Rendering |
111 | | -/modules/denoise/ @godotengine/rendering |
112 | | -/modules/glslang/ @godotengine/rendering |
113 | | -/modules/lightmapper_rd/ @godotengine/rendering |
114 | | -/modules/meshoptimizer/ @godotengine/rendering |
115 | | -/modules/vhacd/ @godotengine/rendering |
116 | | -/modules/xatlas_unwrap/ @godotengine/rendering |
117 | | - |
118 | | -## Scripting |
119 | | -/modules/gdscript/ @godotengine/gdscript |
120 | | -/modules/jsonrpc/ @godotengine/gdscript |
121 | | -/modules/mono/ @godotengine/dotnet |
122 | | - |
123 | | -## Text |
124 | | -/modules/freetype/ @godotengine/buildsystem |
125 | | -/modules/text_server_adv/ @godotengine/gui-nodes |
126 | | -/modules/text_server_fb/ @godotengine/gui-nodes |
127 | | - |
128 | | -## XR |
129 | | -/modules/camera/ @godotengine/xr |
130 | | -/modules/gdextension/xr/ @godotengine/xr |
131 | | -/modules/mobile_vr/ @godotengine/xr |
132 | | -/modules/webxr/ @godotengine/xr |
133 | | - |
134 | | -## Misc |
135 | | -/modules/bullet/ @godotengine/physics |
136 | | -/modules/csg/ @godotengine/3d-nodes |
137 | | -/modules/gdnavigation/ @godotengine/navigation |
138 | | -/modules/gridmap/ @godotengine/3d-nodes |
139 | | -/modules/opensimplex/ @godotengine/3d-nodes |
140 | | -/modules/regex/ @godotengine/core |
141 | | - |
142 | | -# Platform |
143 | | - |
144 | | -/platform/android/ @godotengine/android |
145 | | -/platform/ios/ @godotengine/ios |
146 | | -/platform/linuxbsd/ @godotengine/linux-bsd |
147 | | -/platform/macos/ @godotengine/macos |
148 | | -/platform/web/ @godotengine/web |
149 | | -/platform/windows/ @godotengine/windows |
150 | | - |
151 | | -# Scene |
152 | | - |
153 | | -/scene/2d/ @godotengine/2d-nodes |
154 | | -/scene/3d/ @godotengine/3d-nodes |
155 | | -/scene/animation/ @godotengine/animation |
156 | | -/scene/audio/ @godotengine/audio |
157 | | -/scene/debugger/ @godotengine/debugger |
158 | | -/scene/gui/ @godotengine/gui-nodes |
159 | | -/scene/main/ @godotengine/core |
160 | | -/scene/resources/font.* @godotengine/gui-nodes |
161 | | -/scene/resources/text_line.* @godotengine/gui-nodes |
162 | | -/scene/resources/text_paragraph.* @godotengine/gui-nodes |
163 | | -/scene/resources/visual_shader*.* @godotengine/shaders |
164 | | -/scene/theme/ @godotengine/gui-nodes |
165 | | - |
166 | | -# Servers |
167 | | - |
168 | | -/servers/audio* @godotengine/audio |
169 | | -/servers/camera* @godotengine/xr |
170 | | -/servers/display_server.* @godotengine/_platforms |
171 | | -/servers/navigation_server*.* @godotengine/navigation |
172 | | -/servers/physics* @godotengine/physics |
173 | | -/servers/rendering* @godotengine/rendering |
174 | | -/servers/text_server.* @godotengine/gui-nodes |
175 | | -/servers/xr* @godotengine/xr |
176 | | - |
177 | | -# Tests |
178 | | - |
179 | | -/tests/ @godotengine/tests |
180 | | - |
181 | | -# Thirdparty |
182 | | - |
183 | | -/thirdparty/ @godotengine/buildsystem |
| 5 | +# Intentionally left empty to remove codeowners in EOL branches. Do not add entries to this. |
0 commit comments