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-04-19 09:17:18 -07:00
parent 131e8e2c93
commit f5c91f48da
+5
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