-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #828 from libp2p/gui/add-codeowners
Specified CODEOWNERS
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# CODEOWNERS | ||
|
||
# default owner is the libp2p team | ||
*.go @libp2p/go-libp2p-maintainers @guillaumemichel | ||
/pb/ @libp2p/go-libp2p-maintainers @guillaumemichel | ||
|
||
# dual is an application for IPFS | ||
/dual/ @libp2p/kubo-maintainers @guillaumemichel | ||
# fullrt is IPFS specific | ||
/fullrt/ @libp2p/kubo-maintainers @guillaumemichel | ||
# providers describe the IPFS specific providers | ||
/providers/ @libp2p/kubo-maintainers @guillaumemichel | ||
# records are IPFS specific | ||
/records.go @libp2p/kubo-maintainers @guillaumemichel | ||
/records_test.go @libp2p/kubo-maintainers @guillaumemichel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters