freeCodeCamp/.github/CODEOWNERS

30 lines
871 B
Plaintext
Raw Normal View History

# -------------------------------------------------
# CODEOWNERS - For automated review request for
2018-12-01 13:07:11 +00:00
# high impact files.
#
# Important: The order in this file cascades.
#
# https://help.github.com/articles/about-codeowners
# -------------------------------------------------
# -------------------------------------------------
2018-10-20 20:25:06 +00:00
# All files except markdown are owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
* @freecodecamp/dev-team
2018-10-20 20:25:06 +00:00
*.md
2018-10-20 20:18:42 +00:00
# -------------------------------------------------
2018-10-20 19:29:41 +00:00
# All files in the root are owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
/* @freecodecamp/dev-team
# -------------------------------------------------
2018-10-20 19:29:41 +00:00
# All markdown files in the root are owned
# by Quincy Larson.
2018-12-01 13:07:11 +00:00
# He oversees the README, LICENSE, etc.
# -------------------------------------------------
2018-10-20 19:29:41 +00:00
/*.md @QuincyLarson