Skip to content

Commit

Permalink
feat: Add CODEOWNERS file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cshilwant committed Nov 2, 2024
1 parent 8009938 commit 8d596de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, all below
# owners will be requested for review when someone opens a pull request.

* @cshilwant @StaticRocket @praneethbajjuri @uditkumarti

0 comments on commit 8d596de

Please sign in to comment.