Add a CODEOWNERS file (#6686)

This commit is contained in:
Chris Ross 2019-01-14 15:35:53 -08:00 committed by GitHub
parent 864f76b2c0
commit 658ac94f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/CODEOWNERS vendored Normal file
View File

@ -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