-
Notifications
You must be signed in to change notification settings - Fork 101
/
CODEOWNERS
Validating CODEOWNERS rules...
61 lines (49 loc) · 3.2 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
# Documentation/Infrastructure
/admin @JustinyAhin @felixarntz
/tests/admin @JustinyAhin @felixarntz
/bin @JustinyAhin @felixarntz
/.github @JustinyAhin @felixarntz
# Focus: Database
/modules/database @olliejones
/tests/modules/database @olliejones
/tests/testdata/modules/database @olliejones
# Focus: Images
/modules/images @adamsilverstein @getsource
/tests/modules/images @adamsilverstein @getsource
/tests/testdata/modules/images @adamsilverstein @getsource
# Focus: JS & CSS
/modules/js-and-css @aristath @sgomes
/tests/modules/js-and-css @aristath @sgomes
/tests/testdata/modules/js-and-css @aristath @sgomes
# 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/images/webp-support @adamsilverstein @kirtangajjar @mitogh
/tests/modules/images/webp-support @adamsilverstein @kirtangajjar @mitogh
/tests/testdata/modules/images/webp-support @adamsilverstein @kirtangajjar @mitogh
# Module: Autoloaded Options Health Check
/modules/database/audit-autoloaded-options @manuelRod
/tests/modules/database/audit-autoloaded-options @manuelRod
/tests/testdata/modules/database/audit-autoloaded-options @manuelRod
# Module: Enqueued Assets Health Check
/modules/js-and-css/audit-enqueued-assets @manuelRod
/tests/modules/js-and-css/audit-enqueued-assets @manuelRod
/tests/testdata/modules/js-and-css/audit-enqueued-assets @manuelRod
# Module: Dominant Color Images
/modules/images/dominant-color-images @pbearne @spacedmonkey
/tests/modules/images/dominant-color-images @pbearne @spacedmonkey
/tests/testdata/modules/images/dominant-color-images @pbearne @spacedmonkey
# Module: Fetchpriority
/modules/images/fetchpriority @pbearne @adamsilverstein
/tests/modules/images/fetchpriority @pbearne @adamsilverstein
/tests/testdata/modules/images/fetchpriority @pbearne @adamsilverstein