-
Notifications
You must be signed in to change notification settings - Fork 2k
/
CODEOWNERS
Validating CODEOWNERS rules...
127 lines (108 loc) · 5.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# 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 framework parts
/client/config @Automattic/team-calypso
/client/controller @Automattic/team-calypso
/client/document @Automattic/team-calypso
/client/layout @Automattic/team-calypso
# Comments management
/client/my-sites/comment* @Automattic/serenity
# Customer Home
/client/my-sites/customer-home @Automattic/manage
# Developer guides
/docs/coding-guidelines @Automattic/team-calypso
/docs/guide @Automattic/team-calypso
/docs/testing @Automattic/team-calypso
# G Suite
/client/components/data/query-gsuite-users @Automattic/cobalt
/client/components/domains/contact-details-form-fields/index.jsx @Automattic/cobalt
/client/components/gsuite @Automattic/cobalt
/client/components/marketing-survey/gsuite-cancel-purchase-dialog @Automattic/cobalt
/client/components/upgrades/gsuite @Automattic/cobalt
/client/lib/domains/email-forwarding @Automattic/cobalt
/client/lib/domains/google-apps-users @Automattic/cobalt
/client/lib/gsuite @Automattic/cobalt
/client/me/purchases/remove-purchase/index.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout-thank-you/google-apps-details.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout-thank-you/index.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout/domain-details-form.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout/index.jsx @Automattic/cobalt
/client/my-sites/checkout/controller.jsx @Automattic/cobalt
/client/my-sites/checkout/gsuite-nudge @Automattic/cobalt
/client/my-sites/domains/components/domain-warnings @Automattic/cobalt
/client/my-sites/domains/controller.jsx @Automattic/cobalt
/client/my-sites/email @Automattic/cobalt
/client/state/data-layer/wpcom/gsuite-users @Automattic/cobalt
/client/state/gsuite-users @Automattic/cobalt
# Gutenberg editor (Gutenframe)
/client/gutenberg @Automattic/cylon @Automattic/ajax
# Payments
/client/blocks/credit-card-form/ @Automattic/payments
/client/blocks/payment-methods/ @Automattic/payments
/client/blocks/subscription-length-picker/ @Automattic/payments
/client/components/credit-card/ @Automattic/payments
/client/components/credit-card-form-fields/ @Automattic/payments
/client/components/payment-country-select/ @Automattic/payments
/client/components/payment-logo/ @Automattic/payments
/client/lib/cart/ @Automattic/payments
/client/lib/cart-values/ @Automattic/payments
/client/lib/checkout/ @Automattic/payments
/client/lib/siftscience/ @Automattic/payments
/client/lib/simple-payments/ @Automattic/payments
/client/lib/store-transactions/ @Automattic/payments
/client/lib/stripe/ @Automattic/payments
/client/lib/transaction/ @Automattic/payments
/client/me/billing-history/ @Automattic/payments
/client/me/memberships/ @Automattic/payments
/client/me/pending-payments/ @Automattic/payments
/client/me/purchases/ @Automattic/payments
/client/my-sites/checkout/ @Automattic/payments
/client/state/billing-transactions/ @Automattic/payments
/client/state/memberships/ @Automattic/payments
/client/state/order-transactions/ @Automattic/payments
/client/state/plans/ @Automattic/payments
/client/state/receipts/ @Automattic/payments
/client/state/simple-payments/ @Automattic/payments
/client/state/stored-cards/ @Automattic/payments
/client/state/sites/plans/ @Automattic/payments
# Reader
/client/reader @Automattic/reader
/client/blocks/reader-* @Automattic/reader
/client/state/reader @Automattic/reader
# Server infrastructure
/server @Automattic/team-calypso
# Test infrastructure
/test @Automattic/team-calypso
# Types, TypeScript, and type annotations
/client/types.ts @Automattic/type-review
/docs/coding-guidelines/typescript* @Automattic/type-review
# FSE (Full Site Editing)
/apps/full-site-editing/* @Automattic/cylon @Automattic/ajax
/apps/full-site-editing/full-site-editing-plugin/* @Automattic/cylon @Automattic/ajax
/apps/full-site-editing/full-site-editing-plugin/full-site-editing @Automattic/cylon
/apps/full-site-editing/full-site-editing-plugin/posts-list-block @Automattic/ajax
/apps/full-site-editing/full-site-editing-plugin/starter-page-templates @Automattic/ajax
/apps/full-site-editing/full-site-editing-plugin/global-styles @Automattic/cylon @nosolosw
# FSE Workflow Files
/.github/workflows/full-site-editing-plugin.yml @Automattic/cylon
/.github/workflows/send-calypso-app-build-trigger.sh @Automattic/cylon
# WPcom Block Editor
/apps/wpcom-block-editor @Automattic/cylon @Automattic/ajax
# Gutenboarding
/client/landing/gutenboarding @Automattic/luna
# @automattic/data-stores package
/packages/data-stores @Automattic/luna