forked from unicode-org/icu4x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
44 lines (40 loc) · 2.07 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
# 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/collator/ @hsivonen @echeran
components/datetime/ @zbraniecki @gregtatum @nordzilla
components/decimal/ @sffc
components/icu/ @unicode-org/icu4x-owners
components/icu4x/ @unicode-org/icu4x-owners
components/locale_canonicalizer/ @dminor @zbraniecki
components/locid/ @zbraniecki @nciric
components/normalizer/ @hsivonen @echeran
components/plurals/ @zbraniecki @sffc
components/uniset/ @echeran @iainireland
experimental/bies/ @sffc
experimental/calendar/ @Manishearth @sffc
experimental/codepointtrie/ @echeran
experimental/provider_ppucd/ @echeran
experimental/segmenter/ @aethanyc @makotokato @sffc
ffi/capi/ @Manishearth
ffi/cpp/ @Manishearth
ffi/ecma402/ @filmil
ffi/wasm/ @Manishearth
provider/blob/ @sffc @Manishearth
provider/core/ @sffc @Manishearth
provider/datagen/ @sffc @robertbastian @Manishearth
provider/fs/ @sffc
provider/macros/ @Manishearth @sffc
provider/testdata/ @unicode-org/icu4x-owners
tools/benchmark/binsize/ @gnrunge
tools/benchmark/macros/ @gregtatum
tools/benchmark/memory/ @gregtatum
tools/scripts/ @Manishearth @sffc
utils/fixed_decimal/ @sffc
utils/litemap/ @Manishearth @sffc
utils/pattern/ @zbraniecki
utils/writeable/ @sffc
utils/yoke/ @Manishearth @sffc
utils/zerovec/ @Manishearth @sffc