forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
29 lines (23 loc) · 869 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -------------------------------------------------
# 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 are owned by dev team
# -------------------------------------------------
* @freecodecamp/dev-team
*.md
# -------------------------------------------------
# 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