-
Notifications
You must be signed in to change notification settings - Fork 176
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (50 loc) · 2.61 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
# 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/casemap/ @Manishearth
components/collator/ @hsivonen @echeran
components/collections/ @echeran
components/datetime/ @sffc @zbraniecki
components/decimal/ @sffc
components/experimental/src/compactdecimal/ @eggrobin
components/experimental/src/dimension/ @younies
components/experimental/src/displaynames/ @sffc @snktd
components/experimental/src/relativetime/ @pdogr
components/experimental/src/units/ @younies
components/list/ @robertbastian
components/locale/ @dminor @zbraniecki
components/locale_core/ @zbraniecki @nciric
components/normalizer/ @hsivonen @echeran
components/plurals/ @zbraniecki @sffc
components/segmenter/ @aethanyc @makotokato @sffc
components/timezone/ @nekevss @robertbastian @sffc
tutorials/gn/ @sffc
ffi/capi/ @Manishearth
ffi/ecma402/ @filmil
ffi/harfbuzz/ @hsivonen
provider/blob/ @sffc @Manishearth
provider/core/ @sffc @Manishearth
provider/source/ @sffc @robertbastian @Manishearth
provider/export/ @sffc @robertbastian
provider/fs/ @sffc
provider/macros/ @Manishearth @sffc
tools/benchmark/binsize/ @gnrunge
tools/depcheck/ @Manishearth
tools/depcheck/src/allowlist.rs @unicode-org/icu4x-owners
tools/make/ @Manishearth @sffc
utils/bies/ @sffc
utils/databake @robertbastian @Manishearth
utils/deduplicating_array @robertbastian
utils/fixed_decimal/ @sffc @younies
utils/izdtf @nekevss @sffc
utils/litemap/ @Manishearth @sffc
utils/pattern/ @zbraniecki
utils/tinystr @zbraniecki @sffc
utils/tzif @nordzilla
utils/writeable/ @sffc @robertbastian
utils/yoke/ @Manishearth @sffc
utils/zerofrom @Manishearth @sffc
utils/zerovec/ @Manishearth @sffc