mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
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 are owned by dev team
|
|
# -------------------------------------------------
|
|
|
|
* @freecodecamp/dev-team
|
|
|
|
# -------------------------------------------------
|
|
# All files (junk or markdown) in guide is ignored
|
|
# by dev team
|
|
# -------------------------------------------------
|
|
/guide/*
|
|
|
|
# -------------------------------------------------
|
|
# All files in the root are owned by dev team
|
|
# -------------------------------------------------
|
|
|
|
/* @freecodecamp/dev-team
|
|
|
|
# -------------------------------------------------
|
|
# All markdown files in the root are owned
|
|
# by Quincy Larson.
|
|
# He oversees the README, LICENSE etc.
|
|
# -------------------------------------------------
|
|
|
|
/*.md @QuincyLarson
|