Add myself to 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/mprof-report.1 @alexrp
23 mcs/build @marek-safar
24 mcs/class @marek-safar
25 mcs/errors @marek-safar
26 mcs/mcs @marek-safar
27 mcs/tests @marek-safar
28 mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
29 mcs/class/Mono.Debugger.Soft @vargaz
30 mcs/class/Mono.Options @jonpryor
31 mcs/class/Mono.Profiler.Log @alexrp
32 mcs/class/System/Mono.AppleTls @baulig
33 mcs/class/System/Mono.Btls @baulig
34 mcs/class/System/Mono.Net.Security @baulig
35 mcs/class/System/Mono.Security.Interface @baulig
36 mcs/class/Mono.Btls.Interface @baulig
37 mcs/class/Mono.Security/Mono.Security/Interface @baulig
38 mono/metadata/*profiler* @alexrp
39 mono/metadata/threads* @luhenry @kumpera
40 mono/metadata/threadpool* @luhenry
41 mono/metadata/w32* @luhenry
42 mono/mini/*profiler* @alexrp
43 mono/profiler @alexrp
44 mono/utils/atomic* @alexrp
45 mono/utils/mono-hwcap* @alexrp
46 mono/utils/mono-mem* @alexrp
47 mono/utils/mono-threads* @luhenry @kumpera
48 msvc/*profiler* @alexrp
49 packaging/Windows @akoeplinger
50 samples/profiler @alexrp
51 samples/size @alexrp
52 scripts/ci/run-jenkins.sh @akoeplinger
53 scripts/ci/run-test-acceptance-tests.sh @akoeplinger
54 scripts/ci/run-test-default.sh @akoeplinger
55 scripts/ci/run-test-profiler-stress-tests.sh @alexrp
56 scripts/ci/util.sh @akoeplinger