projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2685d5
)
Add back CODEOWNERS for Http2 shared code
author
Chris R
<Tratcher@outlook.com>
Mon, 9 Dec 2019 22:16:25 +0000
(14:16 -0800)
committer
Chris R
<Tratcher@outlook.com>
Mon, 9 Dec 2019 22:16:25 +0000
(14:16 -0800)
.github/CODEOWNERS
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/CODEOWNERS
b/.github/CODEOWNERS
new file mode 100644
(file)
index 0000000..
dd55649
--- /dev/null
+++ b/
.github/CODEOWNERS
@@ -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