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 8e905bb commit 49187b1Copy full SHA for 49187b1
1 file changed
.github/CODEOWNERS
@@ -0,0 +1,25 @@
1
+# CODEOWNERS
2
+# This file defines who is responsible for code in this repository.
3
+# These owners will be automatically requested for review on PRs.
4
+# Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
5
+
6
+# Default owners for everything in the repo
7
+* @devanshurajesh
8
9
+# Backend
10
+/backend/ @devanshurajesh
11
12
+# Frontend
13
+/frontend/ @devanshurajesh
14
15
+# MCP Server
16
+/mcp-server/ @devanshurajesh
17
18
+# Infrastructure & DevOps
19
+/docker-compose*.yml @devanshurajesh
20
+/Makefile @devanshurajesh
21
+/.github/ @devanshurajesh
22
23
+# Documentation
24
+*.md @devanshurajesh
25
+/docs/ @devanshurajesh
0 commit comments