Merge pull request #5323 from cherusker/cherusker-2017-08-07-fix-strerror
[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
42 mono/metadata @vargaz
43 mono/metadata/*profiler* @alexrp
44 mono/metadata/monitor* @brzvlad
45 mono/metadata/sgen* @brzvlad
46 mono/metadata/threads* @luhenry @kumpera
47 mono/metadata/threadpool* @luhenry
48 mono/metadata/w32* @luhenry
49 mono/mini @vargaz
50 mono/mini/*cfgdump* @lewurm
51 mono/mini/*exceptions* @lewurm
52 mono/mini/*ppc* @lewurm
53 mono/mini/*type-check* @lewurm
54 mono/mini/interp/* @lewurm
55 mono/mini/*profiler* @alexrp
56 mono/profiler @alexrp
57 mono/sgen @brzvlad
58 mono/utils @kumpera
59 mono/utils/atomic* @alexrp
60 mono/utils/mono-hwcap* @alexrp
61 mono/utils/mono-mem* @alexrp
62 mono/utils/mono-threads* @luhenry @kumpera
63 msvc/*profiler* @alexrp
64 msvc/scripts @akoeplinger
65 packaging/Windows @akoeplinger
66 samples/profiler @alexrp
67 samples/size @alexrp
68 scripts @akoeplinger
69 scripts/ci @akoeplinger
70 scripts/ci/run-test-profiler-stress-tests.sh @alexrp