Skip to content

Commit 8d596de

Browse files
committed
feat: Add CODEOWNERS file
Add CODEOWNERS file to define individuals that are responsible for any code in the repository. Code owners will be automatically requested for review when someone opens a pull request that modifies any code in the repository. Signed-off-by: Chirag Shilwant <[email protected]>
1 parent 8009938 commit 8d596de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence, all below
6+
# owners will be requested for review when someone opens a pull request.
7+
8+
* @cshilwant @StaticRocket @praneethbajjuri @uditkumarti

0 commit comments

Comments
 (0)