From d75cd7887843c9ab5720a78bcf5d6e09d61fa085 Mon Sep 17 00:00:00 2001 From: Brendan Mulcahy Date: Mon, 19 Aug 2019 18:25:43 -0400 Subject: [PATCH] Create CODEOWNERS file that defaults to everything (#354) --- 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