Add CODEOWNERS file with list of maintainers/reviewers
authorBrenden Blanco <bblanco@gmail.com>
Tue, 22 Aug 2017 06:52:30 +0000 (23:52 -0700)
committerBrenden Blanco <bblanco@gmail.com>
Wed, 23 Aug 2017 05:59:02 +0000 (22:59 -0700)
Signed-off-by: Brenden Blanco <bblanco@gmail.com>
CODEOWNERS [new file with mode: 0644]

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644 (file)
index 0000000..3c1476c
--- /dev/null
@@ -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