From d51553d5ae742a9db04a9c4a5f4d768e210914f2 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 9 Nov 2020 16:37:30 +0100 Subject: [PATCH] chore: add codeowners --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..dd371d4e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# This controls who gets notified for review and allows branches to be protected. +# Protected branches can only be merged into after being approved by a codeowner. + +* @freeCodeCamp/devdocs