Merge pull request #5303 from lambdageek/cattr-bcheck
[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.Btls.Interface @baulig
30 mcs/class/Mono.Data.Tds @egorbo
31 mcs/class/Mono.Debugger.Soft @vargaz
32 mcs/class/Mono.Options @jonpryor
33 mcs/class/Mono.Profiler.Log @alexrp
34 mcs/class/Mono.Security/Mono.Security/Interface @baulig
35 mcs/class/System/Mono.AppleTls @baulig
36 mcs/class/System/Mono.Btls @baulig
37 mcs/class/System/Mono.Net.Security @baulig
38 mcs/class/System/Mono.Security.Interface @baulig
39 mcs/class/System.Data @egorbo
40 mono/metadata/*profiler* @alexrp
41 mono/metadata/monitor* @brzvlad
42 mono/metadata/sgen* @brzvlad
43 mono/metadata/threads* @luhenry @kumpera
44 mono/metadata/threadpool* @luhenry
45 mono/metadata/w32* @luhenry
46 mono/mini/*profiler* @alexrp
47 mono/profiler @alexrp
48 mono/sgen @brzvlad
49 mono/utils/atomic* @alexrp
50 mono/utils/mono-hwcap* @alexrp
51 mono/utils/mono-mem* @alexrp
52 mono/utils/mono-threads* @luhenry @kumpera
53 msvc/*profiler* @alexrp
54 msvc/scripts @akoeplinger
55 packaging/Windows @akoeplinger
56 samples/profiler @alexrp
57 samples/size @alexrp
58 scripts/ci/run-jenkins.sh @akoeplinger
59 scripts/ci/run-test-acceptance-tests.sh @akoeplinger
60 scripts/ci/run-test-default.sh @akoeplinger
61 scripts/ci/run-test-profiler-stress-tests.sh @alexrp
62 scripts/ci/util.sh @akoeplinger