Add CODEOWNERS file

CODEOWNERS allows github to automatically require code review from the right set of people. Start with defaulting to myself for all files
This commit is contained in:
Łukasz Mierzwa
2018-03-09 18:43:16 -08:00
parent ceb24c6c07
commit 2a8e13733c

5
docs/CODEOWNERS Normal file
View File

@@ -0,0 +1,5 @@
# CODEOWNERS file lists people and teams responsible for code in this
# repository.
# See https://help.github.com/articles/about-codeowners/ for details.
* @prymitive