From f71200ad24a240aeae269707aa3fdd7e7c5e908d Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 8 Feb 2018 02:33:14 +0100 Subject: [PATCH] Add a CODEOWNERS file for tools --- CODEOWNERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..4448b0c306 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,20 @@ +# See also: +# - https://github.com/blog/2392-introducing-code-owners +# - https://help.github.com/articles/about-codeowners/ + +# Each line is a file pattern followed by one or more owners (sorted alphabetically). +# Please feel free to add yourself to a module or create a new mapping. +# Ideally each module should have two or more owners. + +# Code owners are automatically requested for review +# when someone opens a pull request that modifies code that they own. +# Later matches take precedence. + +* @CyberShadow @wilzbach +changed.d @MartinNowak @wilzbach +contributors.d @wilzbach +dman.d @CyberShadow +DustMite/* @CyberShadow +rdmd.d @andralex @CyberShadow @marler8997 @wilzbach +rdmd_test.d @andralex @CyberShadow @marler8997 @wilzbach +tests_extractor.d @wilzbach