Skip to content

Commit 5ba0230

Browse files
authored
chore: add CODEOWNERS file (NG-ZORRO#5214)
1 parent 3b2eb9a commit 5ba0230

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

.github/CODEOWNERS

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# The components owners
2+
components/affix/** @cipchk
3+
components/anchor/** @cipchk
4+
components/back-top/** @cipchk
5+
components/list/** @cipchk
6+
components/upload/** @cipchk
7+
components/auto-complete/** @hsuanxyz
8+
components/avatar/** @hsuanxyz
9+
components/badge/** @hsuanxyz
10+
components/comment/** @hsuanxyz
11+
components/drawer/** @hsuanxyz
12+
components/mention/** @hsuanxyz
13+
components/modal/** @hsuanxyz
14+
components/steps/** @hsuanxyz
15+
components/tag/** @hsuanxyz
16+
components/tree-select/** @hsuanxyz
17+
components/typography/** @hsuanxyz
18+
components/space/** @hsuanxyz
19+
components/resizable/** @hsuanxyz
20+
components/breadcrumb/** @wendellhu95
21+
components/empty/** @wendellhu95
22+
components/carousel/** @wendellhu95
23+
components/cascader/** @wendellhu95
24+
components/descriptions/** @wendellhu95
25+
components/icon/** @wendellhu95
26+
components/message/** @wendellhu95
27+
components/notification/** @wendellhu95
28+
components/popconfirm/** @wendellhu95
29+
components/popover/** @wendellhu95
30+
components/progress/** @wendellhu95
31+
components/rate/** @wendellhu95
32+
components/result/** @wendellhu95
33+
components/slider/** @wendellhu95
34+
components/statistic/** @wendellhu95
35+
components/timeline/** @wendellhu95
36+
components/tooltip/** @wendellhu95
37+
components/code-editor/** @wendellhu95
38+
components/calendar/** @wenqi73
39+
components/date-picker/** @wenqi73
40+
components/skeleton/** @wenqi73
41+
components/time-picker/** @wenqi73
42+
components/alert/** @vthinkxie
43+
components/button/** @vthinkxie
44+
components/card/** @vthinkxie
45+
components/checkbox/** @vthinkxie
46+
components/collapse/** @vthinkxie
47+
components/divider/** @vthinkxie
48+
components/dropdown/** @vthinkxie
49+
components/grid/** @vthinkxie
50+
components/input/** @vthinkxie
51+
components/input-number/** @vthinkxie
52+
components/layout/** @vthinkxie
53+
components/menu/** @vthinkxie
54+
components/pagination/** @vthinkxie
55+
components/radio/** @vthinkxie
56+
components/select/** @vthinkxie
57+
components/spin/** @vthinkxie
58+
components/switch/** @vthinkxie
59+
components/table/** @vthinkxie
60+
components/tabs/** @NearZXH
61+
components/tree/** @simplejason
62+
components/form/** @danranVm
63+
components/page-header/** @CK110
64+
components/transfer/** @Ricbet
65+
components/i18n/** @wenqi73
66+
67+
# The `components/core/*` owners
68+
components/core/config/** @wendellhu95
69+
components/core/element-patch/** @wendellhu95
70+
components/core/highlight/** @hsuanxyz
71+
components/core/resize-observers/** @wendellhu95
72+
components/core/logger/** @wendellhu95
73+
components/core/no-animation/** @hsuanxyz
74+
components/core/outlet/** @vthinkxie
75+
components/core/time/** @wenqi73
76+
components/core/trans-button/** @hsuanxyz
77+
components/core/transition-patch/** @vthinkxie
78+
components/core/tree/** @simplejason @hsuanxyz
79+
components/core/wave/** @hsuanxyz
80+
81+
# Misc
82+
docs/** @NG-ZORRO/antd
83+
schematics/** @hsuanxyz
84+
script/** @hsuanxyz
85+
README.md @vthinkxie
86+
README-zh_CN.md @vthinkxie
87+
CONTRIBUTING.md @vthinkxie
88+
CODE_OF_CONDUCT.md @vthinkxie

.github/nz-boot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ issue:
7676
Tag: hsuanxyz
7777
TreeSelect: hsuanxyz
7878
Typography: hsuanxyz
79+
Space: hsuanxyz
80+
Resizable: hsuanxyz
7981
Breadcrumb: wendellhu95
8082
Empty: wendellhu95
8183
Carousel: wendellhu95
@@ -93,10 +95,12 @@ issue:
9395
Statistic: wendellhu95
9496
Timeline: wendellhu95
9597
Tooltip: wendellhu95
98+
CodeEditor: wendellhu95
9699
Calendar: wenqi73
97100
DatePicker: wenqi73
98101
Skeleton: wenqi73
99102
TimePicker: wenqi73
103+
I18n: wenqi73
100104
Alert: vthinkxie
101105
Button: vthinkxie
102106
Card: vthinkxie

0 commit comments

Comments
 (0)