From 6f97d602378d9462f2e0d1669d5b0aa627b43edb Mon Sep 17 00:00:00 2001 From: Brendan Mulcahy Date: Sun, 18 Aug 2019 14:57:24 -0400 Subject: [PATCH] Create CODEOWNERS file that defaults to everything --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..ee3236a4 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# You can find more information about CODEOWNERS here: https://help.github.com/en/articles/about-code-owners +# These owners will be the default owners for everything in the repo. +* @Oceania2018 \ No newline at end of file