From d68ac463cc5e3a335a277a3d1535354d68f84204 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 23 Jun 2020 12:28:22 -0700 Subject: [PATCH] Create CODEOWNERS (#4808) --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..091f52ef --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# More details are here: https://help.github.com/articles/about-codeowners/ + +/release-notes/ @rbhanda @leecow +/samples/dotnetsay/ @richlander