From 0fff07a93b3d742ec8b3e35f41ca04ca01522990 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Mon, 6 Apr 2020 20:22:43 -0700 Subject: [PATCH] Create CODEOWNERS (#5330) * Create CODEOWNERS * Move codeowners file to proper location --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..55437ea705 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Automatically require code review from core-team. +* @prysmaticlabs/core-team