Skip to content

Commit 89ecb97

Browse files
committed
Add CODEOWNERS to repository
Add codeowners to add reviewers automatically for Pull Requests Signed-off-by: RibhuDP <[email protected]>
1 parent 7ea4c14 commit 89ecb97

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file contains code owners for Precision Toolbox Pull Requests to main.
2+
# Code owners are added automatically as reviewers. All PRs open against
3+
# main will require approval of at least one code owner.
4+
#
5+
# More general documentation about code owners can be found here:
6+
# https://github.blog/2017-07-06-introducing-code-owners/
7+
8+
# CODEOWNERS file format: <pattern> + <mail address of one or more owners>
9+
10+
##### Global code owners (for whole files from repo) #####
11+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/CODEOWNERS

0 commit comments

Comments
 (0)