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