.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
This commit is contained in:
Dmitry Vyukov 2020-06-14 12:03:16 +02:00
parent 4ec126bcb7
commit 2a22c77acf

9
.github/CODEOWNERS vendored Normal file
View File

@ -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