forked from projectacrn/acrn-hypervisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
28 lines (24 loc) · 1.26 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
# CODEOWNERS for autoreview assigning in github
# File pattern follows the same rules used in .gitignore files,
# Note: doc/ means files in any folder named doc, and its subfolders
# while doc/* means files in any folder named doc, but not its subfolders.
#
# Ordering is important: the last matching pattern takes precedence.
# Put global owners at the top, and detailed reviewers later
#
# Additional reviewers can be assigned manually
# Default/global reviewers (if not overridden later)
* @anthonyzxu @dongyaozu
Makefile @binbinwu1
/hypervisor/ @anthonyzxu @dongyaozu
/devicemodel/ @anthonyzxu @ywan170
/doc/ @dbkinder @deb-intel @NanlinXie
/misc/tools/acrn-crashlog/ @chengangc @dizhang417
/misc/tools/acrnlog/ @lyan3
/misc/tools/acrntrace/ @lyan3
/misc/acrn-manager/ @lyan3
/misc/acrnbridge/ @lyan3
/misc/acrn-config/ @binbinwu1
/misc/Makefile @binbinwu1
/misc/efi-stub/ @jren1
*.rst @dbkinder @deb-intel @NanlinXie