1
0
mirror of https://github.com/projectacrn/acrn-hypervisor.git synced 2025-05-09 00:46:57 +00:00
acrn-hypervisor/CODEOWNERS
Line: 13: incorrect codeowner user: anthonyzxu Line: 13: incorrect codeowner user: dongyaozu Line: 13: no users/groups matched Line: 15: incorrect codeowner user: anthonyzxu Line: 15: incorrect codeowner user: dongyaozu Line: 15: no users/groups matched Line: 16: incorrect codeowner user: anthonyzxu Line: 16: incorrect codeowner user: dongyaozu Line: 16: no users/groups matched Line: 17: incorrect codeowner user: dbkinder Line: 17: incorrect codeowner user: deb-intel Line: 17: incorrect codeowner user: NanlinXie Line: 17: no users/groups matched Line: 18: incorrect codeowner user: terryzouhao Line: 18: incorrect codeowner user: szhen11 Line: 18: no users/groups matched Line: 20: incorrect codeowner user: dbkinder Line: 20: incorrect codeowner user: deb-intel Line: 20: incorrect codeowner user: NanlinXie Line: 20: no users/groups matched
lirui34 12db54af5f doc: update CODEOWNER for rst
Add Nanlin (@NanlinXie) as a reviewer for ACRN documentation.

Tracked-On: 
Signed-off-by: lirui34 <ruix.li@intel.com>
2019-09-11 17:32:58 +08:00

21 lines
896 B
Plaintext

# 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
/hypervisor/ @anthonyzxu @dongyaozu
/devicemodel/ @anthonyzxu @dongyaozu
/doc/ @dbkinder @deb-intel @NanlinXie
/misc/ @terryzouhao @szhen11
*.rst @dbkinder @deb-intel @NanlinXie