forked from alibaba/zvec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
35 lines (26 loc) · 955 Bytes
/
CODEOWNERS
File metadata and controls
35 lines (26 loc) · 955 Bytes
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
# CODEOWNERS - Auto-assign reviewers based on file paths
# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default: feihongxu0824 reviews everything not covered below
* @feihongxu0824
# .github directory
/.github/ @Cuiyus
# cmake, examples, scripts
/cmake/ @egolearner
/examples/ @egolearner
/scripts/ @egolearner
# src/db, tests
/src/db/ @zhourrr
/tests/ @zhourrr
# src/core, src/turbo
/src/core/ @richyreachy
/src/turbo/ @richyreachy
# src/ailego
/src/ailego/ @iaojnh
# tools
/tools/ @JalinWang
# src/binding
/src/binding/ @Cuiyus
# src/include, thirdparty, .gitmodules
/src/include/ @chinaux
/thirdparty/ @chinaux
.gitmodules @chinaux