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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-16 22:28:05 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-16 22:28:05 +0300
commit6c7790d0a898316d49ebadead6e11ed18968767c (patch)
treec6c877a95075c1fc0c3f4d5339ad8a463dc5936d /.github
parentb61a3ffb02e6db28cf76b83a38d5ff5776727179 (diff)
Move CODEOWNERS to .github folder
So all GitHub related special files are in one place
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS136
1 files changed, 136 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000000..5fd2656f9d1
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,136 @@
+# Mono Code Owners File
+#
+# GitHub uses this file to determine who to assign for reviews
+# on pull requests. Please keep this file alphabetically sorted.
+#
+# References:
+#
+# https://github.com/blog/2392-introducing-code-owners
+# https://help.github.com/articles/about-codeowners
+
+
+# These owners will be the default owners for everything in the repo.
+* @luhenry @marek-safar
+
+# Order is important. The last matching pattern has the most precedence.
+
+/acceptance-tests @akoeplinger
+/acceptance-tests/profiler-stress* @alexrp
+
+/data @marek-safar @akoeplinger @luhenry
+/data/gdb @vargaz
+/data/lldb @lewurm @vargaz
+
+/docs @luhenry @marek-safar
+/docs/sources/mono-api-profiler.html @alexrp
+
+/external @marek-safar @luhenry
+/external/binary-reference-assemblies @marek-safar @akoeplinger
+/external/bockbuild @akoeplinger @alexischr
+/external/boringssl @baulig
+/external/nuget-buildtasks @radical @akoeplinger
+
+/libgc @BrzVlad @vargaz @luhenry
+
+/llvm @vargaz @luhenry
+
+/man @marek-safar @miguel @luhenry
+/man/*prof* @alexrp
+
+/mcs @marek-safar @luhenry
+
+/mcs/build @marek-safar @akoeplinger
+
+/mcs/class @marek-safar @akoeplinger
+/mcs/class/corlib/System.Reflection*/ @vargaz @lambdageek
+/mcs/class/Mono.Btls.Interface @baulig
+/mcs/class/Mono.Data.Tds @egorbo
+/mcs/class/Mono.Debugger.Soft @vargaz
+/mcs/class/Mono.Options @jonpryor
+/mcs/class/Mono.Profiler.Log @alexrp
+/mcs/class/Mono.Security/Mono.Security/Interface @baulig
+/mcs/class/System/Mono.AppleTls @baulig
+/mcs/class/System/Mono.Btls @baulig
+/mcs/class/System/Mono.Net.Security @baulig
+/mcs/class/System/Mono.Security.Interface @baulig
+/mcs/class/System.Data* @egorbo
+
+/mcs/errors @marek-safar
+/mcs/ilasm @marek-safar
+/mcs/jay @marek-safar
+/mcs/mcs @marek-safar @lewurm
+/mcs/tests @marek-safar
+/mcs/tools @marek-safar @akoeplinger
+
+/mono @luhenry
+
+/mono/btls @baulig
+/mono/dis @lambdageek @vargaz
+/mono/eglib @kumpera @vargaz @luhenry
+
+/mono/metadata @vargaz @kumpera
+/mono/metadata/*verify* @kumpera
+/mono/metadata/*profiler* @alexrp
+/mono/metadata/monitor* @brzvlad
+/mono/metadata/sgen* @brzvlad
+/mono/metadata/threads* @luhenry @kumpera
+/mono/metadata/threadpool* @luhenry
+/mono/metadata/w32* @luhenry
+/mono/metadata/*-win* @lateralusX @luhenry
+
+/mono/mini @vargaz @kumpera
+/mono/mini/*cfgdump* @lewurm
+/mono/mini/*exceptions* @lewurm
+/mono/mini/*ppc* @lewurm
+/mono/mini/*type-check* @lewurm
+/mono/mini/interp/* @lewurm @BrzVlad
+/mono/mini/*profiler* @alexrp
+/mono/mini/debugger-agent.c @DavidKarlas
+
+/mono/profiler @alexrp @kumpera
+
+/mono/sgen @BrzVlad @kumpera
+
+/mono/utils @kumpera @vargaz
+/mono/utils/atomic* @alexrp
+/mono/utils/mono-hwcap* @alexrp
+/mono/utils/mono-mem* @alexrp
+/mono/utils/mono-threads* @luhenry @kumpera
+/mono/utils/*-win* @lateralusX @kumpera
+
+/msvc @lateralusX @luhenry
+/msvc/*profiler* @alexrp
+/msvc/scripts @akoeplinger @kg
+
+/packaging/ @alexischr @akoeplinger @luhenry @directhex
+/packaging/MacSDK/msbuild.py @radical @akoeplinger
+
+/runtime @akoeplinger @marek-safar @luhenry
+
+/samples @luhenry
+/samples/profiler @alexrp
+/samples/size @alexrp
+
+/scripts @akoeplinger @luhenry
+/scripts/ci @akoeplinger @alexischr
+/scripts/ci/run-test-profiler-stress-tests.sh @alexrp
+
+/sdks @marek-safar @luhenry
+/sdks/builds/android* @luhenry @jonpryor
+/sdks/builds/mxe* @luhenry @jonpryor
+/sdks/builds/ios* @vargaz @rolfbjarne
+/sdks/wasm @kumpera @lrz
+/sdks/ios @vargaz @rolfbjarne
+/sdks/android @luhenry @jonpryor
+
+/support @luhenry @vargaz
+
+/tools @kumpera @luhenry
+/tools/checker @tritao
+/tools/crash-bisector @kumpera
+/tools/locale-builder @marek-safar
+/tools/monograph @vargaz
+/tools/nuget-hash-extractor @marek-safar
+/tools/offsets-tool @lewurm @rolfbjarne
+/tools/pedump @kumpera @lambdageek
+/tools/sgen @brzvlad