-
Notifications
You must be signed in to change notification settings - Fork 104
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (32 loc) · 1.98 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
# Documentation/Infrastructure
/admin @mukeshpanchal27 @felixarntz
/tests/admin @mukeshpanchal27 @felixarntz
/bin @mukeshpanchal27 @felixarntz
/.github @mukeshpanchal27 @felixarntz
# 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: Auto-sizes for Lazy-Loaded Images
/plugins/auto-sizes @joemcgill
/tests/plugins/auto-sizes @joemcgill
# Plugin: Speculative Loading
/plugins/speculation-rules @felixarntz
/tests/plugins/speculation-rules @felixarntz
# Plugin: Modern Image Formats
/plugins/webp-uploads @adamsilverstein @felixarntz
/tests/plugins/webp-uploads @adamsilverstein @felixarntz
# Plugin: Image Placeholders
/plugins/dominant-color-images @pbearne @spacedmonkey
/tests/plugins/dominant-color-images @pbearne @spacedmonkey
# Plugin: Embed Optimizer
/plugins/embed-optimizer @adamsilverstein @westonruter
/tests/plugins/embed-optimizer @adamsilverstein @westonruter
# Plugin: Optimization Detective
/plugins/optimization-detective @westonruter @felixarntz
/tests/plugins/optimization-detective @westonruter @felixarntz