From 2a8e13733c6c93618c9495141d124d248a415c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 9 Mar 2018 18:43:16 -0800 Subject: [PATCH] Add CODEOWNERS file CODEOWNERS allows github to automatically require code review from the right set of people. Start with defaulting to myself for all files --- docs/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/CODEOWNERS diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS new file mode 100644 index 000000000..010b4c280 --- /dev/null +++ b/docs/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS file lists people and teams responsible for code in this +# repository. +# See https://help.github.com/articles/about-codeowners/ for details. + +* @prymitive