codeowners (#1415)

Change-Id: I6136c912b48d39ae56a6047264b5cea31a120a11
This commit is contained in:
JT Olio 2019-03-06 13:55:27 -07:00 committed by Jennifer Li Johnson
parent 9cf56c03fa
commit 66949ba28c

22
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,22 @@
# piecestore
/pkg/piecestore/ @aleitner
# audits
/pkg/audit/ @navillasa
# node identity
/pkg/certificates/ @bryanchriswhite
/pkg/identity/ @bryanchriswhite
/pkg/peertls/ @bryanchriswhite
/pkg/transport/ @bryanchriswhite
# repair
/pkg/datarepair/ @jenlij
# kademlia
/pkg/dht/ @jenlij
/pkg/kademlia/ @jenlij
# bwagreement
/pkg/bwagreement/ @wthorp