From fce35160ddb82809c8a284ad4dd44087ae1e8cd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 14 Jul 2017 01:36:44 +0200 Subject: [PATCH] Add myself to a few paths in CODEOWNERS Also fix a few broken markdown links in contributing.md that that I noticed. --- CODEOWNERS | 6 ++++++ CONTRIBUTING.md | 4 ++-- 2 files changed, 8 insertions(+), 2 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed8d6fe7cc5..b767c969fb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ License The Mono runtime, compilers, and tools and most of the class libraries are licensed under the MIT license. But include some bits of code -licensed under different licenses. The exact list is [available here] (https://github.com/mono/mono/blob/master/LICENSE). +licensed under different licenses. The exact list is [available here](https://github.com/mono/mono/blob/master/LICENSE). Different parts of Mono use different licenses. The actual details of which licenses are used for which parts are detailed on the LICENSE @@ -32,7 +32,7 @@ file in this directory. CLA ======= -Contributions are now taken under the [.NET Foundation CLA] (https://cla2.dotnetfoundation.org/). +Contributions are now taken under the [.NET Foundation CLA](https://cla2.dotnetfoundation.org/). Testing ======= -- 2.25.1