update CODEOWNERS
[mono.git] / CODEOWNERS
1 # Mono Code Owners File
2 #
3 # GitHub uses this file to determine who to ping for reviews on pull requests.
4 # If you're the primary maintainer of an area of Mono and you don't mind
5 # reviewing pull requests, please add yourself to this file. You may want to
6 # avoid adding entries for commonly changed or automatically generated files
7 # (e.g. stuff in external/, or various generated *.csproj files) so as not to
8 # get spammed with emails.
9 #
10 # Note that if two patterns match a file, the later pattern takes precedence.
11 #
12 # Please keep this file alphabetically sorted.
13 #
14 # Reference:
15 #
16 # https://github.com/blog/2392-introducing-code-owners
17 # https://help.github.com/articles/about-codeowners
18
19 acceptance-tests/* @akoeplinger
20 acceptance-tests/profiler-stress* @alexrp
21 docs/sources/mono-api-profiler.html @alexrp
22 man @marek-safar @miguel
23 man/mprof-report.1 @alexrp
24 mcs/build @marek-safar
25 mcs/class @marek-safar
26 mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
27 mcs/class/Mono.Btls.Interface @baulig
28 mcs/class/Mono.Data.Tds @egorbo
29 mcs/class/Mono.Debugger.Soft @vargaz
30 mcs/class/Mono.Options @jonpryor
31 mcs/class/Mono.Profiler.Log @alexrp
32 mcs/class/Mono.Security/Mono.Security/Interface @baulig
33 mcs/class/System/Mono.AppleTls @baulig
34 mcs/class/System/Mono.Btls @baulig
35 mcs/class/System/Mono.Net.Security @baulig
36 mcs/class/System/Mono.Security.Interface @baulig
37 mcs/class/System.Data @egorbo
38 mcs/errors @marek-safar
39 mcs/mcs @marek-safar
40 mcs/tests @marek-safar
41 mono/eglib @kumpera @vargaz @luhenry
42 mono/metadata/*verify* @kumpera
43 mono/metadata @vargaz @kumpera
44 mono/metadata/*profiler* @alexrp
45 mono/metadata/monitor* @brzvlad
46 mono/metadata/sgen* @brzvlad
47 mono/metadata/threads* @luhenry @kumpera
48 mono/metadata/threadpool* @luhenry
49 mono/metadata/w32* @luhenry
50 mono/mini @vargaz
51 mono/mini/*cfgdump* @lewurm
52 mono/mini/*exceptions* @lewurm
53 mono/mini/*ppc* @lewurm
54 mono/mini/*type-check* @lewurm
55 mono/mini/interp/* @lewurm
56 mono/mini/*profiler* @alexrp
57 mono/profiler @alexrp
58 mono/sgen @brzvlad
59 mono/utils @kumpera
60 mono/utils/atomic* @alexrp
61 mono/utils/mono-hwcap* @alexrp
62 mono/utils/mono-mem* @alexrp
63 mono/utils/mono-threads* @luhenry @kumpera
64 msvc/*profiler* @alexrp
65 msvc/scripts @akoeplinger
66 packaging/Windows @akoeplinger
67 samples/profiler @alexrp
68 samples/size @alexrp
69 scripts @akoeplinger
70 scripts/ci @akoeplinger
71 scripts/ci/run-test-profiler-stress-tests.sh @alexrp