-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
18 lines (16 loc) · 817 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
18 lines (16 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CODEOWNERS — automatic review requests
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default: maintainer owns everything
* @strausmann
# Architecture and process docs require maintainer review
CLAUDE.md @strausmann
CONTRIBUTING.md @strausmann
CODE_OF_CONDUCT.md @strausmann
SECURITY.md @strausmann
README.md @strausmann
LICENSE @strausmann
.github/ @strausmann
.gemini/ @strausmann
.releaserc* @strausmann
docs/architecture.md @strausmann
docs/plugin-development.md @strausmann