2018-05-12 03:48:24 +08:00
|
|
|
# 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
|
|
|
|
|
2020-05-28 17:52:21 +08:00
|
|
|
Makefile @terryzouhao
|
2018-05-12 03:48:24 +08:00
|
|
|
/hypervisor/ @anthonyzxu @dongyaozu
|
2019-09-18 18:48:28 +08:00
|
|
|
/devicemodel/ @anthonyzxu @ywan170
|
2019-09-04 11:04:54 +08:00
|
|
|
/doc/ @dbkinder @deb-intel @NanlinXie
|
2019-09-24 05:12:53 +08:00
|
|
|
/misc/tools/acrn-crashlog/ @chengangc @dizhang417
|
2020-05-28 17:52:21 +08:00
|
|
|
/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
|
2018-05-12 03:48:24 +08:00
|
|
|
|
2019-09-11 15:18:31 +08:00
|
|
|
*.rst @dbkinder @deb-intel @NanlinXie
|