mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
* [GitHub] Update `.github/CODEOWNERS` file `@pagefaultgames/senior-dev-team` added to `package.json` and `pnpm-lock.yaml` `@pagefaultgames/balance-team` added to `/src/data/trainers` * Move senior dev team entries to the bottom of the file
26 lines
1016 B
Plaintext
26 lines
1016 B
Plaintext
# Order is important; the last matching pattern takes the most precedence.
|
|
|
|
# everything (whole code-base) - Junior Devs
|
|
* @pagefaultgames/junior-dev-team
|
|
|
|
# Art Team
|
|
/public/**/*.png @pagefaultgames/art-team
|
|
/public/**/*.json @pagefaultgames/art-team
|
|
/public/images @pagefaultgames/art-team
|
|
/public/battle-anims @pagefaultgames/art-team
|
|
|
|
# Audio files
|
|
*.mp3 @pagefaultgames/composer-team
|
|
*.wav @pagefaultgames/composer-team
|
|
*.ogg @pagefaultgames/composer-team
|
|
/public/audio @pagefaultgames/composer-team
|
|
|
|
# Balance Files; contain actual code logic and must also be owned by dev team
|
|
/src/data/balance @pagefaultgames/balance-team @pagefaultgames/junior-dev-team
|
|
/src/data/trainers @pagefaultgames/balance-team @pagefaultgames/junior-dev-team
|
|
|
|
# GitHub actions/templates etc. - Senior Devs
|
|
# Should be defined last in the file to make sure these always override all other definitions
|
|
/.github @pagefaultgames/senior-dev-team
|
|
package.json @pagefaultgames/senior-dev-team
|
|
pnpm-lock.yaml @pagefaultgames/senior-dev-team |