We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59d384 commit 89b9892Copy full SHA for 89b9892
.github/CODEOWNERS
@@ -0,0 +1,10 @@
1
+# CODEOWNERS: https://help.github.com/articles/about-codeowners/
2
+
3
+# Everything goes through the following "global owners" by default.
4
+# Unless a later match takes precedence, these three will be
5
+# requested for review when someone opens a PR.
6
+# Note that the last matching pattern takes precedence, so
7
+# global owners are only requested if there isn't a more specific
8
+# codeowner specified below. For this reason, the global codeowners
9
+# are often repeated in package-level definitions.
10
+* @tzdybal @renaynay @Wondertan @vgonkivs
0 commit comments