CODEOWNERS 1.2 KB

123456789101112131415161718192021222324
  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/Middleware/HttpsPolicy/ @jkotalik @anurse
  17. /src/Middleware/Rewrite/ @jkotalik @anurse
  18. # /src/ProjectTemplates/ @ryanbrandenburg
  19. /src/Security/ @tratcher @anurse
  20. /src/Servers/ @tratcher @jkotalik @anurse @halter73
  21. /src/Shared/Http2/ @aspnet/http2
  22. /src/Shared/test/Shared.Tests/Http2/ @aspnet/http2
  23. /src/SignalR/ @BrennanConroy @halter73 @anurse