CODEOWNERS 1.2 KB

12345678910111213141516171819202122
  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. /global.json @aspnet/build
  4. /.azure/ @aspnet/build
  5. /.config/ @aspnet/build
  6. /build/ @aspnet/build
  7. /eng/ @aspnet/build
  8. /eng/common/ @dotnet-maestro-bot
  9. /eng/Versions.props @dotnet-maestro-bot @dougbu
  10. /eng/Version.Details.xml @dotnet-maestro-bot @dougbu
  11. /src/Components/ @SteveSandersonMS
  12. /src/DefaultBuilder/ @tratcher @anurse
  13. /src/Hosting/ @tratcher @anurse
  14. /src/Http/ @tratcher @jkotalik @anurse
  15. /src/Middleware/ @tratcher @anurse
  16. /src/ProjectTemplates/ @ryanbrandenburg
  17. /src/Security/ @tratcher @anurse
  18. /src/Servers/ @tratcher @jkotalik @anurse @halter73
  19. /src/Middleware/Rewrite @jkotalik @anurse
  20. /src/Middleware/HttpsPolicy @jkotalik @anurse
  21. /src/SignalR/ @mikaelm12 @BrennanConroy @halter73 @anurse