chore: Add CODEOWNERS file
- To automate reviewer assignment
This commit is contained in:
parent
7a35f70d89
commit
277de227e5
1 changed files with 30 additions and 0 deletions
30
.github/CODEOWNERS
vendored
Normal file
30
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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,
|
||||
# @global-owner1 and @global-owner2 will be requested for
|
||||
# review when someone opens a pull request.
|
||||
* @surajshetty3416, @netchampfaris
|
||||
|
||||
# Website
|
||||
website/ @scmmishra
|
||||
templates/ @scmmishra
|
||||
www/ @scmmishra
|
||||
|
||||
integrations/ @Mangesh-Khairnar
|
||||
|
||||
patches/ @surajshetty3416 @sahil28297
|
||||
|
||||
dashboard/ @prssanna
|
||||
|
||||
email/ @Thunderbottom
|
||||
|
||||
event_streaming/ @ruchamahabal
|
||||
|
||||
data_import* @netchampfaris
|
||||
|
||||
core/ @surajshetty3416
|
||||
|
||||
requirements.txt @gavindsouza
|
||||
|
||||
chat/ @god
|
||||
Loading…
Add table
Reference in a new issue