freeCodeCamp/.github/CODEOWNERS

29 lines
845 B
Plaintext

# -------------------------------------------------
# CODEOWNERS - For automated review request for
# high impact files
#
# Important: The order in this file cascades.
#
# https://help.github.com/articles/about-codeowners
# -------------------------------------------------
# -------------------------------------------------
# All files except markdown is owned by dev team
# -------------------------------------------------
* @freecodecamp/dev-team
*.md
# -------------------------------------------------
# All files in the root including markdown is owned
# by dev team
# -------------------------------------------------
/* @freecodecamp/dev-team
# -------------------------------------------------
# All files in root of docs is owned by dev team
# -------------------------------------------------
/docs/* @freecodecamp/dev-team