-
-
Notifications
You must be signed in to change notification settings - Fork 38.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
55 lines (40 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -------------------------------------------------
# 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
# --- Owned by none (negate rule above) ---
*.md
package.json
pnpm-lock.yaml
# -------------------------------------------------
# All files in the root are owned by dev team
# -------------------------------------------------
/* @freecodecamp/dev-team
# --- Owned by none (negate rule above) ---
/package.json
/pnpm-lock.yaml
# -------------------------------------------------
# Files that need attention from Curriculum team
# -------------------------------------------------
/curriculum/challenges/_meta/* @freecodecamp/curriculum
/curriculum/challenges/english/* @freecodecamp/curriculum
# -------------------------------------------------
# Files that need attention from Staff
# -------------------------------------------------
# README, LICENSE, etc.
/*.md @freeCodeCamp/staff
# i18n Quotes
**/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n
# -------------------------------------------------
# Files that need attention from the mobile team
# -------------------------------------------------
/curriculum/schema/challenge-schema.js @freeCodeCamp/dev-team @freeCodeCamp/mobile
/client/src/redux/prop-types.ts @freeCodeCamp/dev-team @freeCodeCamp/mobile