Skip to content

Commit 69c3aed

Browse files
authored
feat: add codeowners (#339)
* feat: add codeowners * feat(codeowners): add explicit owners for src, packages, tests, docs, and config files * chore(codeowners): remove /docs/ from protected paths
1 parent 01f7bbb commit 69c3aed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CODEOWNERS file - defines code owners for automatic PR review requests
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+
# Core source — any PR touching these paths requires codeowner approval
5+
/src/ @vnaren23 @Raina451 @swati354
6+
/packages/ @vnaren23 @Raina451 @swati354
7+
/tests/ @vnaren23 @Raina451 @swati354
8+
/package.json @vnaren23 @Raina451 @swati354
9+
/package-lock.json @vnaren23 @Raina451 @swati354
10+
/rollup.config.js @vnaren23 @Raina451 @swati354

0 commit comments

Comments
 (0)