From 0a55c6a75300d5a5b8e86190a1ad2756fe83f703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Mon, 19 Aug 2019 15:52:04 +0200 Subject: [PATCH] Added CODEOWNERS --- CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c9b57c7 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,15 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @pajavyskocil @dBucik + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. + +#*.php @login + +# You can also use email addresses if you prefer. + +#* login@example.com \ No newline at end of file -- GitLab