Skip to content

Commit 658ac94

Browse files
authored
Add a CODEOWNERS file (#6686)
1 parent 864f76b commit 658ac94

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths.
2+
# See https://help.github.com/articles/about-code-owners/
3+
4+
/build/ @natemcmaster
5+
/eng/ @natemcmaster
6+
/src/DefaultBuilder/ @tratcher
7+
/src/Hosting/ @tratcher
8+
/src/Http/ @tratcher
9+
/src/Middleware/ @tratcher
10+
/src/Security/ @tratcher
11+
/src/Servers/ @tratcher

0 commit comments

Comments
 (0)