blob: 2c191f69af47f7dbf4401ac92f7fbad89d85cf37 [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
Dave Marchevskyfb7c26e2022-01-09 17:14:26 -05009* @drzaeus77 @goldshtn @yonghong-song @4ast @brendangregg @davemarchevsky
Brenden Blanco79f849f2017-08-21 23:52:30 -070010
11# Documentation
Dave Marchevskyfb7c26e2022-01-09 17:14:26 -050012/docs/ @brendangregg @goldshtn @davemarchevsky
13/man/ @brendangregg @goldshtn @davemarchevsky
Brenden Blanco79f849f2017-08-21 23:52:30 -070014
15# Tools
Dave Marchevskyfb7c26e2022-01-09 17:14:26 -050016/tools/ @brendangregg @goldshtn @davemarchevsky
Brenden Blanco79f849f2017-08-21 23:52:30 -070017
18# Compiler, C API
Dave Marchevskyfb7c26e2022-01-09 17:14:26 -050019/src/cc/ @drzaeus77 @yonghong-song @4ast @davemarchevsky
Brenden Blanco79f849f2017-08-21 23:52:30 -070020
21# Python API
Dave Marchevskyfb7c26e2022-01-09 17:14:26 -050022/src/python/ @drzaeus77 @goldshtn @davemarchevsky
Brenden Blanco0014b522017-08-22 23:20:46 -070023
24# Tests
Dave Marchevskyfb7c26e2022-01-09 17:14:26 -050025/tests/ @drzaeus77 @yonghong-song @davemarchevsky