From ff70b9b1214d8ee8a20c191bea46bf84a9a7651b Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 14 Dec 2018 09:37:12 -0500 Subject: [PATCH] Added code owners so that they are added to PRs See: https://help.github.com/articles/about-codeowners/ --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..eeb82f750 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @Random-Liu @ianlewis