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:
authorMarek Safar <marek.safar@gmail.com>2017-09-07 12:22:25 +0300
committerMarek Safar <marek.safar@gmail.com>2017-09-07 12:49:21 +0300
commit5b22c773bd37a859319a945b1940e861ed326037 (patch)
tree1da74795c7ddfc053923ce15d962ad25c5386668 /CODEOWNERS
parent9864e28ebce2bc847db634eaeef927d1a3715a8f (diff)
Updates for CODEOWNERS
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS20
1 files changed, 8 insertions, 12 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 8c203a4b093..d72a176cb79 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,22 +1,18 @@
# 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.
+# GitHub uses this file to determine who to assign for reviews
+# on pull requests. Please keep this file alphabetically sorted.
#
-# Note that if two patterns match a file, the later pattern takes precedence.
-#
-# Please keep this file alphabetically sorted.
-#
-# Reference:
+# References:
#
# https://github.com/blog/2392-introducing-code-owners
# https://help.github.com/articles/about-codeowners
-/ @luhenry @marek-safar
+
+# 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