Added CODEOWNERS file (#5544)

This commit is contained in:
Matiss Janis Aboltins
2025-08-12 22:10:10 +01:00
committed by GitHub
parent f54e459e03
commit f084e28086
2 changed files with 17 additions and 0 deletions

10
CODEOWNERS Normal file
View File

@@ -0,0 +1,10 @@
# CODEOWNERS file for Actual Budget
# Please add your name to code-paths that you feel especially
# passionate about. You will be notified for any PRs there.
/packages/api/ @MatissJanis
/packages/component-library/ @MatissJanis
/packages/desktop-client/src/components/mobile @joel-jeremy
/packages/desktop-electron/ @MikesGlitch
/packages/loot-core/src/server/budget @youngcw
/packages/sync-server/ @matt-fidd

View File

@@ -0,0 +1,7 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add CODEOWNERS file to assign ownership for specific directories in the repository.