Skip to content

Commit 656449d

Browse files
dbkinderjren1
authored andcommitted
devops: Add CODEOWNERS for GitHub review
Seed an initial CODEOWNERS file. Update as owners for specific areas are defined. You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository. The listed names must have write permissions for the repository. Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. When someone with admin or owner permissions has enabled required reviews, they also can optionally require approval from a code owner before the author can merge a pull request in the repository. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent a4c4d60 commit 656449d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CODEOWNERS for autoreview assigning in github
2+
3+
# File pattern follows the same rules used in .gitignore files,
4+
# Note: doc/ means files in any folder named doc, and its subfolders
5+
# while doc/* means files in any folder named doc, but not its subfolders.
6+
#
7+
# Ordering is important: the last matching pattern takes precedence.
8+
# Put global owners at the top, and detailed reviewers later
9+
#
10+
# Additional reviewers can be assigned manually
11+
12+
# Default/global reviewers (if not overridden later)
13+
* @anthonyzxu @dongyaozu
14+
15+
/hypervisor/ @anthonyzxu @dongyaozu
16+
/devicemodel/ @anthonyzxu @dongyaozu
17+
/doc/ @dbkinder
18+
19+
*.rst @dbkinder

0 commit comments

Comments
 (0)