Skip to content

Commit

Permalink
chore: add CODEOWNERS (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored Nov 2, 2024
1 parent ea69218 commit fb90665
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit fb90665

Please sign in to comment.