Skip to content

Commit c037415

Browse files
Initial version of CODEOWNERS (#139)
This is initial setup to start discussion - be free to commend/change --------- Co-authored-by: ethanglaser <[email protected]>
1 parent 80d5cee commit c037415

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/CODEOWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# C/C++ library code
2+
/include/ @ibhati @dian-lun-lin @Alexsandruss @ahuber21
3+
/cmake/ @mihaic @ibhati @dian-lun-lin @Alexsandruss @ahuber21
4+
/tests/ @mihaic @ibhati @dian-lun-lin @Alexsandruss @ahuber21 @yuejiaointel
5+
/benchmark/ @mihaic @ibhati @dian-lun-lin @Alexsandruss @ahuber21
6+
/tools/ @mihaic @ibhati @dian-lun-lin @Alexsandruss @ahuber21
7+
/utils/ @mihaic @ibhati @dian-lun-lin @Alexsandruss @ahuber21
8+
9+
# Python and other language bindings
10+
/bindings/ @ethanglaser @ibhati @dian-lun-lin @Alexsandruss @ahuber21
11+
12+
# Examples and datasets
13+
/examples/ @ibhati @dian-lun-lin @ahuber21
14+
/data/ @ibhati @ahuber21
15+
16+
# Docker and build environment
17+
/docker/ @mihaic @ahuber21
18+
19+
# CI and infra
20+
/.github @mihaic @homksei @yuejiaointel @ethanglaser
21+
22+
# Documentation and meta files
23+
/*.md @aguerreb @napetrov
24+
/THIRD-PARTY-PROGRAMS @aguerreb @napetrov

0 commit comments

Comments
 (0)