From cf8762aa45aca7997d0090bbacbff1dc512e3891 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Fri, 24 Aug 2018 16:20:01 -0700 Subject: [PATCH] No issue: add CODEOWNERS file. I created a new APT subteam to manage this because we're totally going to forget to update this file and maybe less so the codeowners team. Based on https://help.github.com/articles/about-codeowners/ --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000000..cedf4a9cf83 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @mozilla-mobile/focus-codeowners