Skip to content

Commit

Permalink
updated CODEOWNERS to reflect recent contributing activity (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jun 3, 2021
1 parent 4fb3b90 commit cb24a1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
# Define individuals that are responsible for code in a repository.
# Define individuals that are responsible for code in this repository.
# More details are here: https://help.github.com/articles/about-codeowners/

/.github/ @fuxingloh
/.husky/ @fuxingloh
/.idea/ @fuxingloh @jingyi2811 @thedoublejay

/website/ @fuxingloh @canonbrother
/website/ @fuxingloh @canonbrother @jingyi2811

/packages/jellyfish/ @fuxingloh
/packages/jellyfish-address/ @fuxingloh @ivan-zynesis
/packages/jellyfish-api-core/ @fuxingloh @canonbrother @jingyi2811 @thedoublejay

/packages/jellyfish-api-core/ @fuxingloh @canonbrother @jingyi2811 @thedoublejay
/packages/jellyfish-api-core/src/category/icxorderbook.ts @fuxingloh @canonbrother @jingyi2811 @thedoublejay @monstrobishi @surangap
/packages/jellyfish-api-core/src/category/oracle.ts @fuxingloh @canonbrother @jingyi2811 @thedoublejay @monstrobishi @surangap

/packages/jellyfish-api-jsonrpc/ @fuxingloh @thedoublejay
/packages/jellyfish-crypto/ @fuxingloh
/packages/jellyfish-crypto/ @fuxingloh @ivan-zynesis
/packages/jellyfish-json/ @fuxingloh @canonbrother
/packages/jellyfish-network/ @fuxingloh

/packages/jellyfish-transaction/ @fuxingloh
/packages/jellyfish-transaction/src/script/ @fuxingloh @canonbrother @jingyi2811
/packages/jellyfish-transaction/src/script/defi/ @fuxingloh @canonbrother
/packages/jellyfish-transaction/ @fuxingloh
/packages/jellyfish-transaction/src/script/ @fuxingloh @canonbrother @jingyi2811
/packages/jellyfish-transaction/src/script/buffer/ @fuxingloh @canonbrother @ivan-zynesis
/packages/jellyfish-transaction/src/script/defi/ @fuxingloh @canonbrother @ivan-zynesis @monstrobishi

/packages/jellyfish-transaction-builder/ @fuxingloh @ivan-zynesis
/packages/jellyfish-transaction-builder/ @fuxingloh @ivan-zynesis @monstrobishi
/packages/jellyfish-wallet/ @fuxingloh
/packages/jellyfish-wallet-mnemonic/ @fuxingloh
/packages/testcontainers/ @fuxingloh
/packages/testing/ @fuxingloh @canonbrother

lerna.json @fuxingloh
tsconfig.json @fuxingloh
jest.config.js @fuxingloh
lerna.json @fuxingloh @canonbrother
tsconfig.json @fuxingloh @canonbrother
jest.config.js @fuxingloh @canonbrother
package.json @fuxingloh
package-lock.json @fuxingloh

CONTRIBUTING.md @fuxingloh @canonbrother
CONTRIBUTING.md @fuxingloh @canonbrother @jingyi2811
README.md @fuxingloh
LICENSE @fuxingloh
1 change: 1 addition & 0 deletions .idea/dictionaries/fuxing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb24a1c

Please sign in to comment.