-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
40 lines (32 loc) · 1.02 KB
/
Copy pathCODEOWNERS
File metadata and controls
40 lines (32 loc) · 1.02 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
# SkinLab Code Owners
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# These owners will be automatically requested for review on PRs.
# Order matters - later patterns take precedence.
# Default owner for everything
* @raydocs
# Core application architecture
/SkinLab/App/ @raydocs
/SkinLab/Core/ @raydocs
# Feature modules
/SkinLab/Features/Analysis/ @raydocs
/SkinLab/Features/Tracking/ @raydocs
/SkinLab/Features/Products/ @raydocs
/SkinLab/Features/Profile/ @raydocs
/SkinLab/Features/Community/ @raydocs
# Network and API
/SkinLab/Core/Network/ @raydocs
# Security-sensitive files (require explicit review)
/SkinLab/Core/Storage/KeychainManager.swift @raydocs
Secrets.xcconfig.template @raydocs
.github/workflows/ @raydocs
# Tests
/SkinLabTests/ @raydocs
# Configuration and tooling
/.swiftlint.yml @raydocs
/.swiftformat @raydocs
/.pre-commit-config.yaml @raydocs
# Documentation
/AGENTS.md @raydocs
/README.md @raydocs
/docs/ @raydocs