We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad13aa0 commit 0c5abe0Copy full SHA for 0c5abe0
1 file changed
CODEOWNERS_updated
@@ -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