mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-01 20:29:38 +02:00
Compare commits
1 Commits
b9b387d8fe
...
421f65982f
Author | SHA1 | Date | |
---|---|---|---|
|
421f65982f |
12
.github/CODEOWNERS
vendored
12
.github/CODEOWNERS
vendored
@ -3,6 +3,9 @@
|
|||||||
# everything (whole code-base) - Junior Devs
|
# everything (whole code-base) - Junior Devs
|
||||||
* @pagefaultgames/junior-dev-team
|
* @pagefaultgames/junior-dev-team
|
||||||
|
|
||||||
|
# github actions/templates etc. - Dev Leads
|
||||||
|
/.github @pagefaultgames/senior-dev-team
|
||||||
|
|
||||||
# Art Team
|
# Art Team
|
||||||
/public/**/*.png @pagefaultgames/art-team
|
/public/**/*.png @pagefaultgames/art-team
|
||||||
/public/**/*.json @pagefaultgames/art-team
|
/public/**/*.json @pagefaultgames/art-team
|
||||||
@ -16,11 +19,4 @@
|
|||||||
/public/audio @pagefaultgames/composer-team
|
/public/audio @pagefaultgames/composer-team
|
||||||
|
|
||||||
# Balance Files; contain actual code logic and must also be owned by dev 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/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
|
|
Loading…
Reference in New Issue
Block a user