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>2017-07-14 02:36:44 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-07-14 02:36:51 +0300
commitfce35160ddb82809c8a284ad4dd44087ae1e8cd5 (patch)
tree5eb8594d325b0e94135ebd55a2a78567c515ade6 /CODEOWNERS
parente1feed1042e6d0121933798ef88b4492c8f96970 (diff)
Add myself to a few paths in CODEOWNERS
Also fix a few broken markdown links in contributing.md that that I noticed.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 3e9003e5418..c9f0245f852 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,6 +16,7 @@
# https://github.com/blog/2392-introducing-code-owners
# https://help.github.com/articles/about-codeowners
+acceptance-tests/* @akoeplinger
acceptance-tests/profiler-stress @alexrp
docs/sources/mono-api-profiler.html @alexrp
man/mprof-report.1 @alexrp
@@ -27,6 +28,11 @@ mono/utils/atomic* @alexrp
mono/utils/mono-hwcap* @alexrp
mono/utils/mono-mem* @alexrp
msvc/*profiler* @alexrp
+packaging/Windows @akoeplinger
samples/profiler @alexrp
samples/size @alexrp
+scripts/ci/run-jenkins.sh @akoeplinger
+scripts/ci/run-test-acceptance-tests.sh @akoeplinger
+scripts/ci/run-test-default.sh @akoeplinger
scripts/ci/run-test-profiler-stress-tests.sh @alexrp
+scripts/ci/util.sh @akoeplinger