blob: a009420ef1c1c86191249a2928caba08df557cbc [file] [log] [blame]
Brenden Blanco79f849f2017-08-21 23:52:30 -07001# This file should be kept up to date with the list of maintainers responsible
2# for the different subdirectories within BCC. One of these people SHOULD
3# review code that touches the respective areas, and MUST review it if the
4# change is substantial or API-breaking.
5
6# see https://help.github.com/articles/about-codeowners/ for syntax
7
8# Miscellaneous
9* @drzaeus77 @goldshtn @yonghong-song @4ast @brendangregg
10
11# Documentation
12/docs/ @brendangregg @goldshtn
13/man/ @brendangregg @goldshtn
14
15# Tools
16/tools/ @brendangregg @goldshtn
17
18# Compiler, C API
19/src/cc/ @drzaeus77 @yonghong-song @4ast
20
21# Python API
22/src/python/ @drzaeus77 @goldshtn
Brenden Blanco0014b522017-08-22 23:20:46 -070023
24# Tests
25/tests/ @drzaeus77 @yonghong-song