Add back CODEOWNERS for Http2 shared code
authorChris R <Tratcher@outlook.com>
Mon, 9 Dec 2019 22:16:25 +0000 (14:16 -0800)
committerChris R <Tratcher@outlook.com>
Mon, 9 Dec 2019 22:16:25 +0000 (14:16 -0800)
.github/CODEOWNERS [new file with mode: 0644]

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644 (file)
index 0000000..dd55649
--- /dev/null
@@ -0,0 +1,5 @@
+# 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/
+
+/src/libraries/Common/src/System/Net/Http/Http2/                    @dotnet/http2
+/src/libraries/Common/tests/Tests/System/Net/Http2/                 @dotnet/http2
\ No newline at end of file