From 2a22c77acf37f7d1907dda704aa5ca5ea28075ca Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 14 Jun 2020 12:03:16 +0200 Subject: [PATCH] .github: add CODEOWNERS This should automatically assign reviewers/cc corresponding developers. Add codeowners for OSes for which we have committers. For details see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..42796fd0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# For reference see: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @dvyukov +*.py @xairy +*fuchsia* @mvanotti +*freebsd* @markjdb @tuexen +*netbsd* @krytarowski @R3x +*openbsd* @blackgnezdo @mptre