freeCodeCamp/.github/CODEOWNERS

29 lines
845 B
Plaintext
Raw Normal View History

# -------------------------------------------------
# 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
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
* @freecodecamp/dev-team
2018-10-13 17:49:37 +00:00
*.md
# -------------------------------------------------
# All files in the root including markdown is owned
# by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
/* @freecodecamp/dev-team
# -------------------------------------------------
# All files in root of docs is owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
/docs/* @freecodecamp/dev-team