-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
18 lines (17 loc) · 948 Bytes
/
CODEOWNERS
File metadata and controls
18 lines (17 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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/
/.azure/ @dotnet/aspnet-build
/.config/ @dotnet/aspnet-build
/.github/ @dotnet/aspnet-build
/build/ @dotnet/aspnet-build
/eng/ @dotnet/aspnet-build
/src/DefaultBuilder/ @tratcher
/src/Hosting/ @tratcher
/src/Http/ @tratcher @BrennanConroy
/src/Http/Routing/ @javiercn
/src/Middleware/ @tratcher @BrennanConroy
/src/Mvc/ @javiercn
/src/Security/ @tratcher
/src/Servers/ @tratcher @halter73 @BrennanConroy
/src/SignalR/ @BrennanConroy @halter73
/modules @dotnet/aspnet-build @wtgodbe