diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..39ef788078 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Approval for at least one *code owner* is required all packages. + +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more *code owners*. +# The last matching pattern has the most precendence. + +# These *code owners* will be the default owners for everything in the repository. +* @alex-kwan @jamesburnside \ No newline at end of file