-
Notifications
You must be signed in to change notification settings - Fork 2k
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
116 lines (103 loc) · 5.22 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
# 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
# Comments management
/client/my-sites/comment* @Automattic/serenity
# Email services
/client/components/data/query-gsuite-users @Automattic/yolo
/client/components/domains/contact-details-form-fields/index.jsx @Automattic/yolo
/client/components/gsuite @Automattic/yolo
/client/components/marketing-survey/gsuite-cancel-purchase-dialog @Automattic/yolo
/client/lib/domains/email-forwarding @Automattic/yolo
/client/lib/gsuite @Automattic/yolo
/client/lib/titan @Automattic/yolo
/client/me/purchases/remove-purchase/index.jsx @Automattic/yolo
/client/my-sites/checkout/checkout-thank-you/index.jsx @Automattic/yolo
/client/my-sites/checkout/checkout/domain-details-form.jsx @Automattic/yolo
/client/my-sites/checkout/checkout/index.jsx @Automattic/yolo
/client/my-sites/checkout/controller.jsx @Automattic/yolo
/client/my-sites/domains/components/domain-warnings @Automattic/yolo
/client/my-sites/domains/controller.jsx @Automattic/yolo
/client/my-sites/email @Automattic/yolo
/client/state/data-layer/wpcom/gsuite-users @Automattic/yolo
/client/state/gsuite-users @Automattic/yolo
# Payments
/client/lib/checkout/ @Automattic/shilling
/client/me/purchases/add-new-payment-method/ @Automattic/shilling
/client/me/purchases/billing-history/ @Automattic/shilling
/client/me/purchases/manage-purchase/ @Automattic/shilling
/client/me/purchases/payment-methods/ @Automattic/shilling
/client/my-sites/checkout/checkout-main-wrapper.tsx @Automattic/shilling
/client/my-sites/checkout/src/ @Automattic/shilling
/client/my-sites/checkout/get-thank-you-page-url/ @Automattic/shilling
/client/my-sites/purchases/ @Automattic/shilling
/packages/calypso-stripe/ @Automattic/shilling
/packages/composite-checkout/ @Automattic/shilling
/packages/shopping-cart/ @Automattic/shilling
/packages/wpcom-checkout/ @Automattic/shilling
# Reader
/client/reader @Automattic/loop
/client/blocks/reader-* @Automattic/loop
/client/state/reader @Automattic/loop
# Types, TypeScript, and type annotations
/client/types.ts @Automattic/type-review
/docs/coding-guidelines/typescript* @Automattic/type-review
# Experimentation platform legacy library and new client
/client/lib/explat @Automattic/experimentation-platform
/packages/explat-* @Automattic/experimentation-platform
# I18n
/bin/build-languages.js @Automattic/i18n
/build-tools/webpack/generate-chunks-map-plugin.js @Automattic/i18n
/build-tools/webpack/require-chunk-callback-plugin.js @Automattic/i18n
/client/boot/locale.js @Automattic/i18n
/client/components/calypso-i18n-provider @Automattic/i18n
/client/components/community-translator @Automattic/i18n
/client/components/language-picker @Automattic/i18n
/client/components/locale-suggestions @Automattic/i18n
/client/components/localized-moment @Automattic/i18n
/client/components/translatable @Automattic/i18n
/client/components/translator-invite @Automattic/i18n
/client/layout/community-translator @Automattic/i18n
/client/lib/i18n-utils @Automattic/i18n
/client/state/i18n @Automattic/i18n
/packages/babel-plugin-i18n-calypso @Automattic/i18n
/packages/i18n-calypso @Automattic/i18n
/packages/i18n-calypso-cli @Automattic/i18n
/packages/i18n-utils @Automattic/i18n
/packages/language-picker @Automattic/i18n
/packages/languages @Automattic/i18n
# Domains
/client/data/domains @Automattic/nomado
/client/my-sites/checkout/composite-checkout/components/domain-contact-details.tsx @Automattic/nomado
/client/my-sites/checkout/composite-checkout/components/domain-refund-policy.jsx @Automattic/nomado
/client/my-sites/checkout/composite-checkout/components/domain-registration-agreement.jsx @Automattic/nomado
/client/my-sites/checkout/composite-checkout/components/domain-registration-hsts.jsx @Automattic/nomado
/client/state/data-layer/wpcom/domains @Automattic/nomado
/client/state/domains @Automattic/nomado
/client/state/sites/domains @Automattic/nomado
/packages/data-stores/src/domain-suggestions @Automattic/nomado
/packages/wpcom.js/src/lib/domain.dns.js @Automattic/nomado
# Plans
/client/my-sites/plans-grid @Automattic/martech-decepticons
/packages/plans-grid @Automattic/martech-decepticons
/packages/plans-grid-next @Automattic/martech-decepticons
/packages/data-stores/plans @Automattic/martech-decepticons
/packages/data-stores/add-ons @Automattic/martech-decepticons
/packages/data-stores/wpcom-plans-ui @Automattic/martech-decepticons
# Support
/packages/help-center @Automattic/vertex
# Stepper internals
client/landing/stepper/declarative-flow/internals @Automattic/dotcom-stepper
client/landing/stepper/declarative-flow/helpers @Automattic/dotcom-stepper
client/landing/stepper/utils @Automattic/dotcom-stepper
client/landing/stepper/*.ts @Automattic/dotcom-stepper
client/landing/stepper/*.tsx @Automattic/dotcom-stepper
# Exclude Stepper steps
client/landing/stepper/declarative-flow/internals/steps-repository