forked from cometchat/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
39 lines (21 loc) · 871 Bytes
/
CODEOWNERS
File metadata and controls
39 lines (21 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file defines code owners for different parts of the repository
# Code owners are automatically requested for review when someone opens a PR that modifies code they own
# Learn more about CODEOWNERS: https://docs.github.com/en/repositories/managing-your-repository-settings-and-features/customizing-your-repository/about-code-owners
# Default owners for everything in the repo
- @swapnil-cometchat
# Moderation related files
/moderation/ @siva-cometchat
# Notifications related files
/notifications/ @mathews-cometchat
# SDK related files
/sdk/ @jitvarpatil
# UI Kit related files
/ui-kit/ @jitvarpatil
# REST API related files
/rest-api/ @siva-cometchat
# Specific API schema files
/chat-apis.json @siva-cometchat
/calls.json @siva-cometchat
/data-import-apis.json @siva-cometchat
# Webhook documentation files
/fundamentals/webhooks\*.mdx @siva