From 8a2db8bced4781f992c64b62adcc28dfe11a1434 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Tue, 30 Apr 2019 16:19:37 +0200 Subject: [PATCH] Add CODEOWNERS file to repository Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi --- .gitattributes | 1 + CODEOWNERS | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/.gitattributes b/.gitattributes index f92a83dc..61b434ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,6 +25,7 @@ Makefile text *.yml text *.patch text *.txt text +CODEOWNERS text # Binary files (no line-ending conversions) *.bz2 binary diff=hex diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..5200713e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @thundron @zvin @jviotti +/scripts @nazrhom