freeCodeCamp/.github/CODEOWNERS

35 lines
1.0 KiB
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
# -------------------------------------------------
# -------------------------------------------------
2018-10-20 20:18:42 +00:00
# All files are owned by dev team
# -------------------------------------------------
2018-10-13 18:03:55 +00:00
* @freecodecamp/dev-team
2018-10-20 20:18:42 +00:00
# -------------------------------------------------
# All files (junk or markdown) in guide is ignored
# by dev team
# -------------------------------------------------
/guide/*
# -------------------------------------------------
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.
# He oversees the README, LICENSE etc.
# -------------------------------------------------
2018-10-20 19:29:41 +00:00
/*.md @QuincyLarson