-
Notifications
You must be signed in to change notification settings - Fork 104
/
CODEOWNERS
Validating CODEOWNERS rules...
65 lines (53 loc) · 3.44 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
# Documentation/Infrastructure
/docs @JustinyAhin @felixarntz
/admin @JustinyAhin @felixarntz
/tests/admin @JustinyAhin @felixarntz
/bin @JustinyAhin @felixarntz
/.github @JustinyAhin @felixarntz
# Focus: Images
/modules/images @adamsilverstein @getsource
/tests/modules/images @adamsilverstein @getsource
/tests/testdata/modules/images @adamsilverstein @getsource
# Focus: JavaScript
/modules/javascript @aristath @sgomes
/tests/modules/javascript @aristath @sgomes
/tests/testdata/modules/javascript @aristath @sgomes
# Focus: Site Health
/modules/site-health
/tests/modules/site-health
/tests/testdata/modules/site-health
# Focus: Measurement
/modules/measurement
/tests/modules/measurement
/tests/testdata/modules/measurement
# Focus: Object Cache
/modules/object-cache @tillkruss @spacedmonkey
/tests/modules/object-cache @tillkruss @spacedmonkey
/tests/testdata/modules/object-cache @tillkruss @spacedmonkey
# Module: WebP Uploads
/modules/images/webp-uploads @adamsilverstein @felixarntz @mitogh
/tests/modules/images/webp-uploads @adamsilverstein @felixarntz @mitogh
/tests/testdata/modules/images/webp-uploads @adamsilverstein @felixarntz @mitogh
# Module: WebP Support Health Check
/modules/site-health/webp-support @adamsilverstein @kirtangajjar @mitogh
/tests/modules/site-health/webp-support @adamsilverstein @kirtangajjar @mitogh
/tests/testdata/modules/site-health/webp-support @adamsilverstein @kirtangajjar @mitogh
# Module: Autoloaded Options Health Check
/modules/site-health/audit-autoloaded-options @manuelRod
/tests/modules/site-health/audit-autoloaded-options @manuelRod
/tests/testdata/modules/site-health/audit-autoloaded-options @manuelRod
# Module: Enqueued Assets Health Check
/modules/site-health/audit-enqueued-assets @manuelRod
/tests/modules/site-health/audit-enqueued-assets @manuelRod
/tests/testdata/modules/site-health/audit-enqueued-assets @manuelRod
# Module: Persistent Object Cache Health Check
/modules/object-cache/persistent-object-cache-health-check @tillkruss @spacedmonkey
/tests/modules/object-cache/persistent-object-cache-health-check @tillkruss @spacedmonkey
/tests/testdata/modules/object-cache/persistent-object-cache-health-check @tillkruss @spacedmonkey
# Module: Dominant Color
/modules/images/dominant-color @pbearne @spacedmonkey
/tests/modules/images/dominant-color @pbearne @spacedmonkey
/tests/testdata/modules/images/dominant-color @pbearne @spacedmonkey
# Module: Full Page Cache Health Check
/modules/site-health/audit-full-page-cache @manuelRod @westonruter
/tests/modules/site-health/audit-full-page-cache @manuelRod @westonruter