summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-22 20:48:33 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-22 21:48:33 +0300
commitc01f8ea930f821b377879df3970c16e9c1ebfe6f (patch)
tree3e433cdee02038fbc3d68de2701f64f0dc5c130c /.github
parent56ddaaf4243b4c8c4f3cf9968bf92a742eddb9a6 (diff)
[project management] add github CODEOWNERS (#4137)
* add initial code owners * C code ownership
Diffstat (limited to '.github')
-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