Skip to content

Commit 0c5abe0

Browse files
authored
add new file for code owners
Signed-off-by: Muhammad Rayan Asim <mrayanasim09@gmail.com>
1 parent ad13aa0 commit 0c5abe0

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CODEOWNERS_updated

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CODEOWNERS File
2+
3+
# This file is used to specify who the "owner" is for different parts of the repository.
4+
# The owners will be automatically requested for review when a pull request changes any owned files.
5+
6+
# Syntax: pattern owner1 owner2 ...
7+
8+
# To make a user or team an owner for the entire repo, use '*'
9+
* @mrayanasim09 @drik493
10+
11+
# To specify owners for specific directories or files, you can do the following:
12+
13+
# Frontend related changes
14+
/frontend/ @mrayanasim09
15+
16+
# Backend related changes
17+
/backend/ @drik493
18+
19+
# Documentation related changes
20+
/docs/ @mrayanasim09 @drik493
21+
22+
# Please modify the above usernames and team names to match your project's collaborators.

0 commit comments

Comments
 (0)