Add myself to a few paths in CODEOWNERS
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 13 Jul 2017 23:36:44 +0000 (01:36 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 13 Jul 2017 23:36:51 +0000 (01:36 +0200)
Also fix a few broken markdown links in contributing.md that that I noticed.

CODEOWNERS
CONTRIBUTING.md

index 3e9003e5418f37c01679a06cce2d44c437a04d04..c9f0245f852540243653cc9b293c9ab8179efcf9 100644 (file)
@@ -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
index ed8d6fe7cc5ac74d975dfc69afdd0d3de2abf69b..b767c969fb6c0c6bee4a89a3c422073624a62095 100644 (file)
@@ -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
 =======