-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (20 loc) · 1.3 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
# 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 @thedoublejay
/packages/api-core/ @fuxingloh @thedoublejay @fullstackninja864 @saurabh391
/packages/api-jsonrpc/ @fuxingloh @thedoublejay
/packages/testcontainers/ @fuxingloh @thedoublejay @fullstackninja864 @saurabh391
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