Skip to content

Commit

Permalink
add new file for code owners
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad  Rayan Asim <mrayanasim09@gmail.com>
  • Loading branch information
mrayanasim09 authored Oct 14, 2023
1 parent ad13aa0 commit 0c5abe0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CODEOWNERS_updated
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# CODEOWNERS File

# This file is used to specify who the "owner" is for different parts of the repository.
# The owners will be automatically requested for review when a pull request changes any owned files.

# Syntax: pattern owner1 owner2 ...

# To make a user or team an owner for the entire repo, use '*'
* @mrayanasim09 @drik493

# To specify owners for specific directories or files, you can do the following:

# Frontend related changes
/frontend/ @mrayanasim09

# Backend related changes
/backend/ @drik493

# Documentation related changes
/docs/ @mrayanasim09 @drik493

# Please modify the above usernames and team names to match your project's collaborators.

0 comments on commit 0c5abe0

Please sign in to comment.