From 658ac94f71c214eb4c3978333abc2c99a222e2ef Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Mon, 14 Jan 2019 15:35:53 -0800 Subject: [PATCH] Add a CODEOWNERS file (#6686) --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..7594b269a8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. +# See https://help.github.com/articles/about-code-owners/ + +/build/ @natemcmaster +/eng/ @natemcmaster +/src/DefaultBuilder/ @tratcher +/src/Hosting/ @tratcher +/src/Http/ @tratcher +/src/Middleware/ @tratcher +/src/Security/ @tratcher +/src/Servers/ @tratcher