-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c41505
commit 37dce93
Showing
1 changed file
with
2 additions
and
49 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 |
---|---|---|
@@ -1,52 +1,5 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
|
||
* @AdityaSripal @damiannolan @gjermundgaraba | ||
|
||
# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein @DimitrisJim | ||
|
||
# Order is important; the last matching pattern takes the most | ||
# precedence. When someone opens a pull request that only | ||
# modifies 27-interchain-accounts files, only the interchain account owners | ||
# and not the global owner(s) will be requested for a review. | ||
|
||
# CODEOWNERS for the CODEOWNER file | ||
|
||
/.github/CODEOWNERS @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for the core IBC module | ||
|
||
/modules/core/ @AdityaSripal @damiannolan | ||
/proto/ibc/core/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for the light-clients | ||
|
||
/modules/light-clients/ @AdityaSripal @damiannolan | ||
/proto/ibc/lightclients/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for 08-wasm light client module | ||
|
||
/modules/light-clients/08-wasm/ @AdityaSripal @damiannolan @srdtrk | ||
|
||
# CODEOWNERS for ICS 20 | ||
|
||
/modules/apps/transfer/ @AdityaSripal @damiannolan | ||
/proto/ibc/applications/transfer/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for interchain-accounts module | ||
|
||
/modules/apps/27-interchain-accounts/ @AdityaSripal @damiannolan | ||
/proto/ibc/applications/interchain_accounts/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for fee module | ||
|
||
/modules/apps/29-fee/ @AdityaSripal @damiannolan | ||
/proto/ibc/applications/fee/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for callbacks middleware | ||
|
||
/modules/apps/callbacks/ @AdityaSripal @damiannolan @srdtrk | ||
|
||
# CODEOWNERS for docs | ||
|
||
/docs/ @AdityaSripal @damiannolan @srdtrk | ||
* @AdityaSripal @gjermundgaraba @srdtrk | ||
|
||
# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein @DimitrisJim @damiannolan |