-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
42 lines (35 loc) · 1.44 KB
/
Copy pathCODEOWNERS
File metadata and controls
42 lines (35 loc) · 1.44 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
31
32
33
34
35
36
37
38
39
40
41
42
# CODEOWNERS — Translately
# https://docs.github.com/en/repositories/managing-your-repositories-settings-and-security/customizing-your-repository/about-code-owners
#
# Owners are automatically requested for review on every PR that touches matching paths.
# The last matching pattern wins. Keep this file small; prefer path-scoped ownership
# only when a sub-area needs a specific reviewer set.
# Default — everything
* @Pratiyush
# Backend
/backend/ @Pratiyush
/backend/security/ @Pratiyush
/backend/ai/ @Pratiyush
/backend/mt/ @Pratiyush
# Webapp
/webapp/ @Pratiyush
# SDKs & CLI
/sdks/ @Pratiyush
/cli/ @Pratiyush
# Infra, CI, release
/infra/ @Pratiyush
/.github/ @Pratiyush
/docker-compose.yml @Pratiyush
# Docs
/docs/ @Pratiyush
/README.md @Pratiyush
/CONTRIBUTING.md @Pratiyush
/CODE_OF_CONDUCT.md @Pratiyush
/SECURITY.md @Pratiyush
/CHANGELOG.md @Pratiyush
/RELEASE-NOTES.md @Pratiyush
# Steering — AI-pair-programming context
/.kiro/steering/ @Pratiyush
/CLAUDE.md @Pratiyush
/AGENTS.md @Pratiyush
/.claude/ @Pratiyush