Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CODEOWNERS « .github - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c987256c4f9953207f4585d0f25cff5ba1535411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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/ @dougbu
/.config/ @dougbu
/build/ @dougbu
/eng/ @dougbu
/src/Components/ @SteveSandersonMS
/src/DefaultBuilder/ @tratcher
/src/Hosting/ @tratcher
/src/Http/ @tratcher @jkotalik
/src/Middleware/ @tratcher
/src/Security/ @tratcher
/src/Servers/ @tratcher @jkotalik
/src/Middleware/Rewrite @jkotalik
/src/Middleware/HttpsPolicy @jkotalik