-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (28 loc) · 1.04 KB
/
CODEOWNERS
File metadata and controls
30 lines (28 loc) · 1.04 KB
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
# CODEOWNERS info: https://help.github.com/en/articles/about-code-owners
# Owners are automatically requested for review for PRs that changes code
# that they own.
# Frontend review required for all TypeScript/TSX and config files
**/*.tsx @SigNoz/frontend
**/*.ts @SigNoz/frontend
**/*.config.js @SigNoz/frontend
**/*.config.ts @SigNoz/frontend
**/tsconfig.json @SigNoz/frontend
**/jsconfig.json @SigNoz/frontend
**/package.json @SigNoz/frontend
next.config.js @SigNoz/frontend
package.json @SigNoz/frontend
jsconfig.json @SigNoz/frontend
contentlayer.config.ts @SigNoz/frontend
postcss.config.js @SigNoz/frontend
app/sitemap.ts @SigNoz/frontend
.github @SigNoz/frontend
.husky @SigNoz/frontend
plugins @SigNoz/frontend
scripts @SigNoz/frontend
utils @SigNoz/frontend
# Docs owners
docs @makeavish @therealpandey @pranay01
docs/collection-agents/ @Nageshbansal @therealpandey
docs/install/ @Nageshbansal @therealpandey
constants/docsSideNav.ts @makeavish @therealpandey @pranay01
next.config.js @SigNoz/frontend @makeavish @therealpandey @pranay01 @ankit01-oss