From 79f849f3086d5805283b7c4e9f29d0f40c438ced Mon Sep 17 00:00:00 2001 From: Brenden Blanco Date: Mon, 21 Aug 2017 23:52:30 -0700 Subject: [PATCH] Add CODEOWNERS file with list of maintainers/reviewers Signed-off-by: Brenden Blanco --- CODEOWNERS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..3c1476c8 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,22 @@ +# 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 +* @drzaeus77 @goldshtn @yonghong-song @4ast @brendangregg + +# Documentation +/docs/ @brendangregg @goldshtn +/man/ @brendangregg @goldshtn + +# Tools +/tools/ @brendangregg @goldshtn + +# Compiler, C API +/src/cc/ @drzaeus77 @yonghong-song @4ast + +# Python API +/src/python/ @drzaeus77 @goldshtn -- 2.34.1