-
Notifications
You must be signed in to change notification settings - Fork 20
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (30 loc) · 1.13 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
# 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
/src/ @jiaweizone @inabao @wxyucs @LHT129 @ShawnShawnYou
# Detail source codes
/src/index @inabao @wxyucs @LHT129 @ShawnShawnYou
/src/data_cell/ @LHT129 @ShawnShawnYou
/src/io/ @LHT129
/src/quantization/ @LHT129 @ShawnShawnYou
/src/impl/ @ShawnShawnYou
/src/algorithm/ @inabao @wxyucs
/src/simd/ @LHT129 @ShawnShawnYou
# pybinds
/python_bindings/ @wxyucs @LHT129
# scripts
/scripts/ @LHT129 @wxyucs @inabao