forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
24 lines (22 loc) · 838 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Each line is a component followed by one or more owners.
* @JinHai-CN
CHANGELOG.md @milvus-io/reviewer
/.jenkins/ @jeffoverflow @cydrain
/ci/ @jeffoverflow @cydrain
/core/ @scsven
/core/build-support @jeffoverflow
/core/conf/ @cydrain
/core/src/codecs @yhmo
/core/src/cache @yhmo
/core/src/config @scsven
/core/src/db @yhmo
/core/src/db/snapshot @XuPeng-SH
/core/src/db/meta @XuPeng-SH
/core/src/grpc @yhmo
/core/src/index/ @shengjun1985
/core/src/segment/ @yhmo
/core/src/server/ @yhmo
/docker/ @cydrain @jeffoverflow
/sdk @scsven
/shards @XuPeng-SH
/tests/ @cydrain @del-zhenwu