Merge pull request #5201 from alexrp/code-owners
[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/profiler-stress @alexrp
20 docs/sources/mono-api-profiler.html @alexrp
21 man/mprof-report.1 @alexrp
22 mcs/class/Mono.Profiler.Log @alexrp
23 mono/metadata/profiler* @alexrp
24 mono/profiler @alexrp
25 mono/utils/atomic* @alexrp
26 mono/utils/mono-hwcap* @alexrp
27 mono/utils/mono-mem* @alexrp
28 msvc/*profiler* @alexrp
29 samples/profiler @alexrp
30 samples/size @alexrp
31 scripts/ci/run-test-profiler-stress-tests.sh @alexrp