-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (29 loc) · 1.78 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.github/ @fuxingloh
/.husky/ @fuxingloh
/.idea/ @fuxingloh
/.github/workflows/oss-governance-bot.yml @fuxingloh
/.github/governance.yml @fuxingloh
/website/ @fuxingloh
/packages/jellyfish/ @fuxingloh
/packages/jellyfish-address/ @fuxingloh @ivan-zynesis
/packages/jellyfish-api-core/ @fuxingloh @canonbrother @jingyi2811
/packages/jellyfish-api-jsonrpc/ @fuxingloh
/packages/jellyfish-crypto/ @fuxingloh
/packages/jellyfish-json/ @fuxingloh @canonbrother
/packages/jellyfish-network/ @fuxingloh
/packages/jellyfish-transaction/ @fuxingloh
/packages/jellyfish-transaction-builder/ @fuxingloh @ivan-zynesis
/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
package.json @fuxingloh
package-lock.json @fuxingloh
CONTRIBUTING.md @fuxingloh
README.md @fuxingloh
LICENSE @fuxingloh