-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
61 lines (35 loc) · 1.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 这个文件列出了本项目的主要维护者,以及所负责的模块。
#
# 注释格式: 加入工作室年份-维护者姓名 <电子邮件地址> (维护者用户名)
# 文本格式: 模块路径 @维护者用户名1 @维护者用户名2 ...
## Root
# 2022-林黄骁 <[email protected]> (@ozline)
* @ozline
## CI
# 2024-任宝硕 <[email protected]> (@renbaoshuo)
/.github/workflows @renbaoshuo
## /calendar.go
# 2024-任宝硕 <[email protected]> (@renbaoshuo)
/calendar.go @renbaoshuo
## /course.go
# 2024-任宝硕 <[email protected]> (@renbaoshuo)
/course.go @renbaoshuo
## /credit.go
# 2023-李梓玄 <[email protected]> (@jiuxia211)
/credit.go @jiuxia211
## /jwch.go
# 2022-林黄骁 <[email protected]> (@ozline)
# 2024-朱胤帆 <[email protected]> (@SchwarzSail)
/jwch.go @ozline @SchwarzSail
## /mark.go
# 2022-林黄骁 <[email protected]> (@ozline)
# 2023-李梓玄 <[email protected]> (@jiuxia211)
/mark.go @ozline @jiuxia211
## /room.go
# 2023-李梓玄 <[email protected]> (@jiuxia211)
# 2024-朱胤帆 <[email protected]> (@SchwarzSail)
/room.go @jiuxia211 @SchwarzSail
## /user.go
# 2022-林黄骁 <[email protected]> (@ozline)
# 2024-朱胤帆 <[email protected]> (@SchwarzSail)
/user.go @ozline @SchwarzSail