Merge pull request #5260 from BrzVlad/fix-handler-block
[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 mono/metadata/profiler* @alexrp
33 mono/metadata/threads* @luhenry @kumpera
34 mono/metadata/threadpool* @luhenry
35 mono/metadata/w32* @luhenry
36 mono/profiler @alexrp
37 mono/utils/atomic* @alexrp
38 mono/utils/mono-hwcap* @alexrp
39 mono/utils/mono-mem* @alexrp
40 mono/utils/mono-threads* @luhenry @kumpera
41 msvc/*profiler* @alexrp
42 packaging/Windows @akoeplinger
43 samples/profiler @alexrp
44 samples/size @alexrp
45 scripts/ci/run-jenkins.sh @akoeplinger
46 scripts/ci/run-test-acceptance-tests.sh @akoeplinger
47 scripts/ci/run-test-default.sh @akoeplinger
48 scripts/ci/run-test-profiler-stress-tests.sh @alexrp
49 scripts/ci/util.sh @akoeplinger