forked from antgroup/vsag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
50 lines (36 loc) · 1.24 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
# This is a CODEOWNERS file that defines the reviewers of
# specific directories or files. All the reviewers defined
# in this will automatically be invited to review a pull
# request in which modified files match the pattern.
# Fallback rule
* @wxyucs @jiaweizone
# All the markdown files
*.md @wxyucs @jiaweizone
# GitHub routines
/.circleci/ @wxyucs @LHT129
/.github/ @wxyucs @LHT129
/docker/ @wxyucs
/.* @wxyucs
/LICENSE @wxyucs
# Released Indexes
/extern/diskann/ @inabao
# Core codes, maybe assign reviewers later
/src/ @jiaweizone
# index codes
/src/index @inabao @wxyucs @LHT129 @ShawnShawnYou
# datacell codes
/src/data_cell/ @LHT129 @ShawnShawnYou
# io codes
/src/io/ @LHT129
# quantization codes
/src/quantization/ @LHT129 @ShawnShawnYou
# impl codes (conjugate graph)
/src/impl/ @ShawnShawnYou
# hnswlib codes
/src/algorithm/ @inabao @wxyucs
# All the SIMD related codes
/src/simd/ @LHT129 @ShawnShawnYou
# pybinds
/python_bindings/ @wxyucs @LHT129
# scripts
/scripts/ @LHT129 @wxyucs @inabao