Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2017-07-13 19:30:39 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2017-07-13 19:30:39 +0300
commit6758bfec38d765769a388416a843f1aa4d4af190 (patch)
tree88432ba772b131b20cc46d047c41e9098aeaf11c /CODEOWNERS
parent777fa66d5b8b01549f35f502a8638dcea0394c2d (diff)
Add initial CODEOWNERS file.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS31
1 files changed, 31 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 00000000000..827f2d9f7b2
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,31 @@
+# Mono Code Owners File
+#
+# GitHub uses this file to determine who to ping for reviews on pull requests.
+# If you're the primary maintainer of an area of Mono and you don't mind
+# reviewing pull requests, please add yourself to this file. You may want to
+# avoid adding entries for commonly changed or automatically generated files
+# (e.g. stuff in external/, or various generated *.csproj files) so as not to
+# get spammed with emails.
+#
+# Note that if two patterns match a file, the later pattern takes precedence.
+#
+# Please keep this file alphabetically sorted.
+#
+# Reference:
+#
+# https://github.com/blog/2392-introducing-code-owners
+# https://help.github.com/articles/about-codeowners
+
+acceptance-tests/profiler-stress @alexrp
+docs/sources/mono-api-profiler.html @alexrp
+man/mprof-report.1 @alexrp
+mcs/class/Mono.Profiler.Log @alexrp
+mono/metadata/profiler* @alexrp
+mono/profiler @alexrp
+mono/utils/atomic* @alexrp
+mono/utils/mono-hwcap* @alexrp
+mono/utils/mono-mem* @alexrp
+msvc/*profiler* @alexrp
+samples/profiler @alexrp
+samples/size @alexrp
+scripts/ci/run-test-profiler-stress-tests.sh @alexrp