summaryrefslogtreecommitdiff
path: root/CODEOWNERS
blob: e25eefb1dd331b4db10a1c3fd940fa5e1cfe4657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Owners can be @users, @org/teams or emails

/core/               @reduz

/doc/                @godotengine/documentation
doc_classes/*        @godotengine/documentation

# Rendering
/drivers/gl_context/ @reduz
/drivers/gles2/      @reduz
/drivers/gles3/      @reduz

# Audio
/drivers/alsa/       @marcelofg55
/drivers/alsamidi/   @marcelofg55
/drivers/coreaudio/  @marcelofg55
/drivers/coremidi/   @marcelofg55
/drivers/pulseaudio/ @marcelofg55
/drivers/wasapi/     @marcelofg55
/drivers/winmidi/    @marcelofg55
/drivers/xaudio2/    @marcelofg55

# Porting
/drivers/unix/       @reduz @hpvb
/drivers/windows/    @reduz @hpvb

/editor/icons/       @djrm

/main/               @reduz

/misc/               @akien-mga

/modules/bullet/     @AndreaCatania
/modules/csg/        @reduz @BastiaanOlij
/modules/enet/       @godotengine/network
/modules/gdnative/   @karroffel
/modules/gdnative/*arvr/ @BastiaanOlij
/modules/gdscript/   @reduz @vnen @bojidar-bg
/modules/mbedtls/    @godotengine/network
/modules/mobile_vr/  @BastiaanOlij
/modules/mono/       @neikeq
/modules/opensimplex/ @JFonS
/modules/regex/      @LeeZH
/modules/upnp/       @godotengine/network
/modules/websocket/  @godotengine/network

/platform/javascript/ @eska014
/platform/uwp/       @vnen

/scene/main/         @reduz

/server/physics*/    @reduz @AndreaCatania
/server/visual*/     @reduz @karroffel

/thirdparty/         @akien-mga