X Tutup
Skip to content

Commit 342da52

Browse files
committed
docs: add CODEOWNERS file
1 parent 437adcc commit 342da52

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ref: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence
5+
* @leoyuan @JackLian
6+
7+
/modules/material-parser @akirakai
8+
/modules/code-generator @akirakai
9+
10+
/packages/renderer-core/ @liujuping
11+
/packages/react-renderer/ @liujuping
12+
/packages/react-simulator-renderer/ @liujuping
13+
/packages/rax-renderer/ @liujuping
14+
/packages/rax-simulator-renderer/ @liujuping

0 commit comments

Comments
 (0)
X Tutup