-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathCODEOWNERS
54 lines (41 loc) · 2.51 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
# Documentation/Infrastructure
/.github @mukeshpanchal27 @felixarntz @thelovekesh
/bin @mukeshpanchal27 @felixarntz @thelovekesh
# Performance Lab Plugin Admin
/includes/admin @mukeshpanchal27 @felixarntz
/tests/includes/admin @mukeshpanchal27 @felixarntz
# Server Timing API
/includes/server-timing @felixarntz
/tests/includes/server-timing @felixarntz
# Site Health: AVIF Support Health Check
/includes/site-health/avif-support @adamsilverstein
# Site Health: WebP Support Health Check
/includes/site-health/webp-support @adamsilverstein
# Site Health: Autoloaded Options Health Check
/includes/site-health/audit-autoloaded-options @manuelRod @felixarntz @mukeshpanchal27
/tests/includes/site-health/audit-autoloaded-options @manuelRod @felixarntz @mukeshpanchal27
# Site Health: Enqueued Assets Health Check
/includes/site-health/audit-enqueued-assets @manuelRod
/tests/includes/site-health/audit-enqueued-assets @manuelRod
/tests/testdata/modules/site-health/audit-enqueued-assets @manuelRod
# Plugin: Enhanced Responsive Images
/plugins/auto-sizes @joemcgill @mukeshpanchal27
/tests/plugins/auto-sizes @joemcgill @mukeshpanchal27
# Plugin: Embed Optimizer
/plugins/embed-optimizer @adamsilverstein @westonruter
/tests/plugins/embed-optimizer @adamsilverstein @westonruter
# Plugin: Image Placeholders
/plugins/dominant-color-images @pbearne @spacedmonkey
/tests/plugins/dominant-color-images @pbearne @spacedmonkey
# Plugin: Image Prioritizer
/plugins/image-prioritizer @westonruter @felixarntz
/tests/plugins/image-prioritizer @westonruter @felixarntz
# Plugin: Modern Image Formats
/plugins/webp-uploads @adamsilverstein @felixarntz @westonruter
/tests/plugins/webp-uploads @adamsilverstein @felixarntz @westonruter
# Plugin: Optimization Detective
/plugins/optimization-detective @westonruter @felixarntz
/tests/plugins/optimization-detective @westonruter @felixarntz
# Plugin: Speculative Loading
/plugins/speculation-rules @felixarntz
/tests/plugins/speculation-rules @felixarntz