-
Notifications
You must be signed in to change notification settings - Fork 2k
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
70 lines (53 loc) · 1.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# We use codeowners to help keep teams in the loop on changes to code
# they typically work on. Even though this file is called CODEOWNERS,
# we don't really want to enforce or imply ownership of code, just interest.
#
# Anyone can work on anything.
#
# Prefer associating a "team" with a path rather than an individual. That allows individuals to
# move around without having to continually update this file.
#
# See https://help.github.com/en/articles/about-code-owners for details on the format of this file
# Root level files and configuration
/*.* @Automattic/team-calypso
# Scripts
/bin @Automattic/team-calypso
# Client initialization
/client/boot @Automattic/team-calypso
# Client blocks
/client/blocks/inline-help @Automattic/onboarding-dev
# Client state
/client/state/jetpack-connect @Automattic/luna
/client/state/signup @Automattic/onboarding-dev
# Client components
/client/components/site-verticals-suggestion-search @Automattic/onboarding-dev
# Client framework parts
/client/config @Automattic/team-calypso
/client/controller @Automattic/team-calypso
/client/document @Automattic/team-calypso
/client/layout @Automattic/team-calypso
# Client sites
/client/my-sites/checklist @Automattic/onboarding-dev
# Comments management
/client/my-sites/comment* @Automattic/lannister
# Developer guides
/docs/coding-guidelines @Automattic/team-calypso
/docs/guide @Automattic/team-calypso
/docs/testing @Automattic/team-calypso
# Gutenberg editor (Gutenframe)
/client/gutenberg @Automattic/lannister
# Jetpack Connect
/client/jetpack-connect @Automattic/luna
# Reader
/client/reader @Automattic/reader
/client/blocks/reader-* @Automattic/reader
/client/state/reader @Automattic/reader
# Server infrastructure
/server @Automattic/team-calypso
# Signup
/client/signup @Automattic/onboarding-dev
# Test infrastructure
/test @Automattic/team-calypso
# Calypso build packages
packages/calypso-build @Automattic/gutenpack
packages/calypso-color-schemes @Automattic/gutenpack