generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (31 loc) · 1.08 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
# -------------------------------------------------
# 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 i18n team
# -------------------------------------------------
* @freecodecamp/i18n
# --- Owned by none (negate rule above) ---
package.json
package-lock.json
# -------------------------------------------------
# All files in the root are owned by i18n team
# -------------------------------------------------
/* @freecodecamp/i18n
# --- Owned by none (negate rule above) ---
/package.json
/package-lock.json
# -------------------------------------------------
# Files that need attention from each language lead
# -------------------------------------------------
/articles/es/*.md @RafaelDavisH
/articles/it/*.md @Dario-DC
/articles/ja/*.md @sidemt
/articles/pt/*.md @DanielRosa74
/articles/uk/*.md @anastasiiauk
/articles/zh/*.md @miyaliu666