-
Notifications
You must be signed in to change notification settings - Fork 175
/
CODEOWNERS
Validating CODEOWNERS rules...
67 lines (62 loc) · 3.3 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
# See https://github.blog/2017-07-06-introducing-code-owners/ for details
# Format of the file follows: https://git-scm.com/docs/gitattributes
# Fallback to core group for crates or folders without specific owners, like docs/.
* @unicode-org/icu4x-owners
# List of components with at least two owners as specified in docs/crate-ownership.
components/calendar/ @Manishearth @sffc
components/collator/ @hsivonen @echeran
components/collections/ @echeran
components/datetime/ @zbraniecki @gregtatum @nordzilla
components/decimal/ @sffc
components/list/ @robertbastian
components/locid/ @zbraniecki @nciric
components/locid_transform/ @dminor @zbraniecki
components/normalizer/ @hsivonen @echeran
components/plurals/ @zbraniecki @sffc
components/segmenter/ @aethanyc @makotokato @sffc
components/timezone/ @nordzilla
experimental/bies/ @sffc
experimental/casemapping/ @Manishearth
experimental/compactdecimal/ @eggrobin
experimental/displaynames/ @sffc @snktd
experimental/harfbuzz/ @hsivonen
experimental/relativetime/ @pdogr
ffi/capi/ @Manishearth
ffi/ecma402/ @filmil
ffi/gn/ @sffc
provider/blob/ @sffc @Manishearth
provider/core/ @sffc @Manishearth
provider/datagen/ @sffc @robertbastian @Manishearth
provider/fs/ @sffc
provider/macros/ @Manishearth @sffc
tools/benchmark/binsize/ @gnrunge
tools/benchmark/macros/ @gregtatum
tools/benchmark/memory/ @gregtatum
tools/depcheck/ @Manishearth
tools/depcheck/src/allowlist.rs @unicode-org/icu4x-owners
tools/make/ @Manishearth @sffc
utils/databake @robertbastian @Manishearth
utils/deduplicating_array @robertbastian
utils/fixed_decimal/ @sffc
utils/litemap/ @Manishearth @sffc
utils/pattern/ @zbraniecki
utils/tinystr @zbraniecki @sffc
utils/writeable/ @sffc @robertbastian
utils/yoke/ @Manishearth @sffc
utils/zerofrom @Manishearth @sffc
utils/zerovec/ @Manishearth @sffc
components/calendar/data @unicode-org/icu4x-owners
components/collator/data @unicode-org/icu4x-owners
components/collections/data @unicode-org/icu4x-owners
components/datetime/data @unicode-org/icu4x-owners
components/decimal/data @unicode-org/icu4x-owners
components/list/data @unicode-org/icu4x-owners
components/locid_transform/data @unicode-org/icu4x-owners
components/normalizer/data @unicode-org/icu4x-owners
components/plurals/data @unicode-org/icu4x-owners
components/segmenter/data @unicode-org/icu4x-owners
components/timezone/data @unicode-org/icu4x-owners
experimental/casemapping/data @unicode-org/icu4x-owners
experimental/compactdecimal/data @unicode-org/icu4x-owners
experimental/displaynames/data @unicode-org/icu4x-owners
experimental/relativetime/data @unicode-org/icu4x-owners