1 # 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 23 24 # Tests 25 /tests/ @drzaeus77 @yonghong-song 26