asterinas/CODEOWNERS
Line: 10: incorrect codeowner user: tatetian Line: 10: no users/groups matched Line: 30: incorrect codeowner user: tatetian Line: 30: no users/groups matched Line: 37: incorrect codeowner user: StevenJiang1110 Line: 37: incorrect codeowner user: lrh2000 Line: 37: no users/groups matched Line: 40: incorrect codeowner user: lucassong-mh Line: 40: no users/groups matched Line: 41: incorrect codeowner user: StevenJiang1110 Line: 41: incorrect codeowner user: lrh2000 Line: 41: no users/groups matched Line: 42: incorrect codeowner user: cchanging Line: 42: no users/groups matched Line: 43: incorrect codeowner user: cchanging Line: 43: incorrect codeowner user: junyang-zh Line: 43: no users/groups matched Line: 46: incorrect codeowner user: lucassong-mh Line: 46: no users/groups matched Line: 47: incorrect codeowner user: cchanging Line: 47: no users/groups matched Line: 48: incorrect codeowner user: cqs21 Line: 48: incorrect codeowner user: lucassong-mh Line: 48: no users/groups matched Line: 49: incorrect codeowner user: StevenJiang1110 Line: 49: incorrect codeowner user: lrh2000 Line: 49: no users/groups matched Line: 50: incorrect codeowner user: cchanging Line: 50: no users/groups matched Line: 51: incorrect codeowner user: cchanging Line: 51: no users/groups matched Line: 52: incorrect codeowner user: sdww0 Line: 52: no users/groups matched Line: 59: incorrect codeowner user: StevenJiang1110 Line: 59: incorrect codeowner user: junyang-zh Line: 59: no users/groups matched Line: 66: incorrect codeowner user: lrh2000 Line: 66: incorrect codeowner user: junyang-zh Line: 66: incorrect codeowner user: sdww0 Line: 66: no users/groups matched Line: 69: incorrect codeowner user: sdww0 Line: 69: no users/groups matched Line: 70: incorrect codeowner user: cchanging Line: 70: no users/groups matched Line: 71: incorrect codeowner user: cchanging Line: 71: no users/groups matched Line: 77: incorrect codeowner user: grief8 Line: 77: no users/groups matched Line: 78: incorrect codeowner user: grief8 Line: 78: no users/groups matched Line: 79: incorrect codeowner user: grief8 Line: 79: no users/groups matched Line: 80: incorrect codeowner user: grief8 Line: 80: no users/groups matched Line: 81: incorrect codeowner user: grief8 Line: 81: no users/groups matched Line: 83: incorrect codeowner user: junyang-zh Line: 83: no users/groups matched Line: 84: incorrect codeowner user: junyang-zh Line: 84: no users/groups matched Line: 87: incorrect codeowner user: tatetian Line: 87: no users/groups matched Line: 88: incorrect codeowner user: tatetian Line: 88: no users/groups matched
2025-04-03 14:33:58 +08:00

89 lines
3.1 KiB
Plaintext

# This file defines the code owners of the Asterinas main repo
#
# Feel free to volunteer as a code owner
# when you have contributed enough to and acquired enough knowledge
# of a specific sub-project/sub-system/component/module.
#=============================================================================
# The root code owners (maintainers)
#=============================================================================
* @tatetian
# The top-level sub-projects of Asterinas are listed below:
#
# 1. The Asterinas book
# 2. The Asterinas kernel
# 3. The Asterinas OSDK
# 4. The Asterinas OSTD
#
# Guidelines:
# - The following sections are organized by sub-projects.
# - In a sub-project, the rules are listed in alphabetical order
# based on their file paths.
# - In each rule under a sub-project,
# the code owners are listed in alphabetical order.
#=============================================================================
# The Asterinas book
#=============================================================================
/book/ @tatetian
#=============================================================================
# The Asterinas kernel
#=============================================================================
# Sub-project code owners
/kernel/ @StevenJiang1110 @lrh2000
# Sub-system code owners
/kernel/src/fs/ @lucassong-mh
/kernel/src/net/ @StevenJiang1110 @lrh2000
/kernel/src/time/ @cchanging
/kernel/src/vm/ @cchanging @junyang-zh
# Component code owners
/kernel/comps/block/ @lucassong-mh
/kernel/comps/logger/ @cchanging
/kernel/comps/mlsdisk/ @cqs21 @lucassong-mh
/kernel/comps/network/ @StevenJiang1110 @lrh2000
/kernel/comps/softirq/ @cchanging
/kernel/comps/time/ @cchanging
/kernel/comps/virtio/ @sdww0
#=============================================================================
# The Asterinas OSDK
#=============================================================================
# Sub-project code owners
/osdk/ @StevenJiang1110 @junyang-zh
#=============================================================================
# The Asterinas OSTD
#=============================================================================
# Sub-project code owners
/ostd/ @lrh2000 @junyang-zh @sdww0
# Module code owners
/ostd/src/bus/ @sdww0
/ostd/src/logger.rs @cchanging
/ostd/src/timer/ @cchanging
#=============================================================================
# Other
#=============================================================================
/.github/ @grief8
/osdk/tools/docker/ @grief8
/test/ @grief8
/tools/ @grief8
/triagebot.toml @grief8
/Makefile @junyang-zh
/OSDK.toml @junyang-zh
# The following critical files are singled out
/CODEOWNERS @tatetian
/VERSION @tatetian