-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea69218
commit fb90665
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |