Add @dotnet/jit-contrib to CODEOWNERS (#39862)
authorJan Kotas <jkotas@microsoft.com>
Thu, 23 Jul 2020 21:01:07 +0000 (14:01 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 21:01:07 +0000 (14:01 -0700)
.github/CODEOWNERS

index 3f2a376..e5a4552 100644 (file)
@@ -7,6 +7,12 @@
 /src/libraries/System.Buffers/                                      @ahsonkhan
 /src/libraries/System.Memory/                                       @ahsonkhan
 
+# CoreCLR Code Owners
+
+/src/coreclr/src/inc/corinfo.h @dotnet/jit-contrib
+/src/coreclr/src/inc/corjit.h @dotnet/jit-contrib
+/src/coreclr/src/jit/ @dotnet/jit-contrib
+
 # Mono Code Owners
 
 /src/mono @marek-safar