forked from mrayanasim09/python-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Muhammad Rayan Asim <mrayanasim09@gmail.com>
- Loading branch information
1 parent
ad13aa0
commit 0c5abe0
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |