acrn-hypervisor/CODEOWNERS

29 lines
1.3 KiB
Plaintext
Raw Normal View History

# 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 @terryzouhao
/hypervisor/ @anthonyzxu @dongyaozu
/devicemodel/ @anthonyzxu @ywan170
/doc/ @dbkinder @deb-intel @NanlinXie
/misc/tools/acrn-crashlog/ @chengangc @dizhang417
/misc/tools/acrnlog/ @ywan170 @liuyuan-GitHub
/misc/tools/acrntrace/ @ywan170 @liuyuan-GitHub
/misc/acrn-manager/ @ywan170 @liuyuan-GitHub
/misc/acrnbridge/ @ywan170 @liuyuan-GitHub
/misc/acrn-config/ @terryzouhao
/misc/Makefile @terryzouhao
/misc/efi-stub/ @terryzouhao
*.rst @dbkinder @deb-intel @NanlinXie