Files
SnapOtter/CODEOWNERS
T
Line: 2: incorrect codeowner organization: snapotter-hq/maintainers Line: 2: no users/groups matched Line: 5: incorrect codeowner organization: snapotter-hq/maintainers Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: snapotter-hq/maintainers Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: snapotter-hq/maintainers Line: 7: no users/groups matched Line: 10: incorrect codeowner organization: snapotter-hq/maintainers Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: snapotter-hq/maintainers Line: 11: no users/groups matched Line: 14: incorrect codeowner organization: snapotter-hq/maintainers Line: 14: no users/groups matched Line: 17: incorrect codeowner organization: snapotter-hq/maintainers Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: snapotter-hq/maintainers Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: snapotter-hq/maintainers Line: 19: no users/groups matched Line: 22: incorrect codeowner organization: snapotter-hq/maintainers Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: snapotter-hq/maintainers Line: 23: no users/groups matched
SnapOtter 29d959e7c1 docs: open project to public contributions with CLA
Add full contribution infrastructure: CLA with broad sublicensing
rights for dual-licensing, CONTRIBUTING.md with scope rules and dev
setup, CLA Assistant workflow, CODEOWNERS, SUPPORT.md, PR template,
updated issue templates with contribution prompts, and declarative
label config.
2026-05-16 16:05:08 +08:00

24 lines
801 B
Plaintext

# Default owner for everything
* @snapotter-hq/maintainers
# CI/CD and release (restricted, no external PRs accepted)
.github/workflows/ @snapotter-hq/maintainers
.releaserc.json @snapotter-hq/maintainers
scripts/ @snapotter-hq/maintainers
# Config files (protected by hooks, no external changes)
biome.json @snapotter-hq/maintainers
tsconfig*.json @snapotter-hq/maintainers
# AI sidecar (requires prior discussion)
packages/ai/ @snapotter-hq/maintainers
# Auth and permissions (security-sensitive)
apps/api/src/routes/auth*.ts @snapotter-hq/maintainers
apps/api/src/lib/auth*.ts @snapotter-hq/maintainers
packages/shared/src/permissions.ts @snapotter-hq/maintainers
# Database schema and migrations
apps/api/src/db/schema.ts @snapotter-hq/maintainers
apps/api/drizzle/ @snapotter-hq/maintainers