Merge pull request #5406 from kumpera/fix_12157
[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
22 /docs @luhenry @marek-safar
23 /docs/sources/mono-api-profiler.html @alexrp
24
25 /man @marek-safar @miguel
26 /man/mprof-report.1 @alexrp
27
28 /mcs/build @marek-safar @akoeplinger
29
30 /mcs/class @marek-safar @akoeplinger
31 /mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
32 /mcs/class/Mono.Btls.Interface @baulig
33 /mcs/class/Mono.Data.Tds @egorbo
34 /mcs/class/Mono.Debugger.Soft @vargaz
35 /mcs/class/Mono.Options @jonpryor
36 /mcs/class/Mono.Profiler.Log @alexrp
37 /mcs/class/Mono.Security/Mono.Security/Interface @baulig
38 /mcs/class/System/Mono.AppleTls @baulig
39 /mcs/class/System/Mono.Btls @baulig
40 /mcs/class/System/Mono.Net.Security @baulig
41 /mcs/class/System/Mono.Security.Interface @baulig
42 /mcs/class/System.Data @egorbo
43
44 /mcs/errors @marek-safar
45 /mcs/mcs @marek-safar
46 /mcs/tests @marek-safar
47
48 /mono/eglib @kumpera @vargaz @luhenry
49
50 /mono/metadata @vargaz @kumpera
51 /mono/metadata/*verify* @kumpera
52 /mono/metadata/*profiler* @alexrp
53 /mono/metadata/monitor* @brzvlad
54 /mono/metadata/sgen* @brzvlad
55 /mono/metadata/threads* @luhenry @kumpera
56 /mono/metadata/threadpool* @luhenry
57 /mono/metadata/w32* @luhenry
58
59 /mono/mini @vargaz @kumpera
60 /mono/mini/*cfgdump* @lewurm
61 /mono/mini/*exceptions* @lewurm
62 /mono/mini/*ppc* @lewurm
63 /mono/mini/*type-check* @lewurm
64 /mono/mini/interp/* @lewurm
65 /mono/mini/*profiler* @alexrp
66
67 /mono/profiler @alexrp @kumpera
68
69 /mono/sgen @brzvlad @kumpera
70
71 /mono/utils @kumpera @vargaz
72 /mono/utils/atomic* @alexrp
73 /mono/utils/mono-hwcap* @alexrp
74 /mono/utils/mono-mem* @alexrp
75 /mono/utils/mono-threads* @luhenry @kumpera
76
77 /msvc/*profiler* @alexrp
78 /msvc/scripts @akoeplinger
79
80 /packaging/ @alexischr @akoeplinger
81 /packaging/MacSDK/msbuild.py @radical @akoeplinger
82
83 /samples/profiler @alexrp
84 /samples/size @alexrp
85
86 /scripts @akoeplinger
87 /scripts/ci @akoeplinger
88 /scripts/ci/run-test-profiler-stress-tests.sh @alexrp
89
90 /tools @kumpera
91 /tools/checker @tritao
92 /tools/crash-bisector @kumpera
93 /tools/locale-builder @marek-safar
94 /tools/monograph @vargaz
95 /tools/nuget-hash-extractor @marek-safar
96 /tools/offsets-tool @lewurm @rolfbjarne
97 /tools/pedump @kumpera @lambdageek
98 /tools/sgen @brzvlad