chore: add CODEOWNERS file to define ownership for specific directories

- Created a CODEOWNERS file to specify ownership for migrations and data directories.
- Assigned ownership to @0xfullex for the specified paths to streamline code review and management.
This commit is contained in:
fullex 2025-09-14 21:00:57 +08:00
parent 32f41391c4
commit 91dd6482ce

4
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,4 @@
/migrations/ @0xfullex
/packages/shared/data/ @0xfullex
/src/main/data/ @0xfullex
/src/renderer/src/data/ @0xfullex