-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
29 lines (22 loc) · 1.91 KB
/
Copy pathCODEOWNERS
File metadata and controls
29 lines (22 loc) · 1.91 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
# CODEOWNERS
# Each line is a pattern followed by one or more owners.
# The last matching rule takes precedence.
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# ── Default: all files require review from either owner ──────────────────────
* @gsbakshi @b4kshi
# ── Build & dependency config ─────────────────────────────────────────────────
*.gradle.kts @gsbakshi @b4kshi
gradle/ @gsbakshi @b4kshi
gradle.properties @gsbakshi @b4kshi
# ── Android manifest ─────────────────────────────────────────────────────────
app/src/main/AndroidManifest.xml @gsbakshi @b4kshi
# ── Browser (GeckoView) ───────────────────────────────────────────────────────
app/src/main/java/com/example/nebula/browser/ @gsbakshi @b4kshi
# ── UI components & theming ───────────────────────────────────────────────────
app/src/main/java/com/example/nebula/ui/ @gsbakshi @b4kshi
# ── Claude Code automation config ────────────────────────────────────────────
.claude/ @gsbakshi
# ── Repo & community health files ────────────────────────────────────────────
CODEOWNERS @gsbakshi
CLAUDE.md @gsbakshi
.github/ @gsbakshi @b4kshi