forked from asterinas/asterinas
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
93 lines (75 loc) · 3.3 KB
/
CODEOWNERS
File metadata and controls
93 lines (75 loc) · 3.3 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# 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/framebuffer/ @cqs21 @lrh2000
/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
# Library code owners
/kernel/libs/aster-bigtcp/ @StevenJiang1110 @lrh2000
/kernel/libs/xarray/ @cchanging @lrh2000
#=============================================================================
# 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/ @cqs21
/tools/ @grief8
/triagebot.toml @grief8
/Makefile @junyang-zh
/OSDK.toml @junyang-zh
# The following critical files are singled out
/CODEOWNERS @tatetian
/VERSION @tatetian