summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..f8c658133c
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,12 @@
+# Global code owner
+* @ktsaou
+
+# ownership of C code
+*.c @ktsaou
+*.h @ktsaou
+
+# owner(s) of all python files
+*.py @l2isbad
+
+# docker builds owner
+docker/ @paulfantom