From 1791aae9bd066a43411541b54b3a621c6834768d Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Tue, 28 Apr 2020 10:09:14 -0700 Subject: [PATCH] Add CODEOWNERS (#43) Signed-off-by: Steven Peters --- .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 000000000..c2b7b40cc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# More info: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @mxgrey +include/* @scpeters +tpe/* @claireyywang +tutorials/* @maryaB-osr