# This file should be kept up to date with the list of maintainers responsible
# for the different subdirectories within BCC. One of these people SHOULD
# review code that touches the respective areas, and MUST review it if the
# change is substantial or API-breaking.

# see https://help.github.com/articles/about-codeowners/ for syntax

# Miscellaneous
* @chenhengqi @ekyooo @yonghong-song @brendangregg

# Documentation
/docs/ @chenhengqi @ekyooo @yonghong-song @brendangregg
/man/ @chenhengqi @ekyooo @yonghong-song @brendangregg

# Tools
/tools/ @chenhengqi @ekyooo @yonghong-song @brendangregg

# Compiler, C API
/src/cc/ @chenhengqi @ekyooo @yonghong-song @brendangregg

# Python API
/src/python/ @chenhengqi @ekyooo @yonghong-song @brendangregg

# Tests
/tests/ @chenhengqi @ekyooo @yonghong-song @brendangregg
