From 5fab70b76756fcda7f1dece6ed6c9e0be909f442 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Sat, 13 Oct 2018 22:59:15 +0530 Subject: [PATCH] chore(github): add a codeowners file for dev team --- .github/CODEOWNERS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..79c7748e23 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,29 @@ +# ------------------------------------------------- +# CODEOWNERS - For automated review request for +# high impact files +# +# Important: The order in this file cascades. +# So, @camperbot > dev/null +# +# https://help.github.com/articles/about-codeowners +# ------------------------------------------------- + +# ------------------------------------------------- +# All files except markdown is owned by dev team +# ------------------------------------------------- + +* @freecodecamp/dev +*.md @camperbot + +# ------------------------------------------------- +# All files in the root including markdown is owned +# by dev team +# ------------------------------------------------- + +/* @freecodecamp/dev + +# ------------------------------------------------- +# All files in root of docs is owned by dev team +# ------------------------------------------------- + +/docs/* @freecodecamp/dev