chore: update CODEOWNERS
This commit is contained in:
parent
c2cb295bcb
commit
cc1be91446
1 changed files with 13 additions and 22 deletions
35
CODEOWNERS
35
CODEOWNERS
|
|
@ -1,30 +1,21 @@
|
||||||
# CODEOWNERS is prioritized from bottom to top
|
# CODEOWNERS is prioritized from bottom to top
|
||||||
|
|
||||||
# If none of the below matched
|
|
||||||
* @AndrewBastin @liyasthomas
|
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
/packages/codemirror-lang-graphql/ @AndrewBastin
|
/packages/codemirror-lang-graphql/ @AndrewBastin
|
||||||
/packages/hoppscotch-cli/ @AndrewBastin
|
/packages/hoppscotch-cli/ @jamesgeorge007
|
||||||
/packages/hoppscotch-common/ @amk-dev @AndrewBastin
|
|
||||||
/packages/hoppscotch-data/ @AndrewBastin
|
/packages/hoppscotch-data/ @AndrewBastin
|
||||||
/packages/hoppscotch-js-sandbox/ @AndrewBastin
|
/packages/hoppscotch-js-sandbox/ @jamesgeorge007
|
||||||
/packages/hoppscotch-ui/ @anwarulislam
|
/packages/hoppscotch-selfhost-web/ @jamesgeorge007
|
||||||
/packages/hoppscotch-web/ @amk-dev
|
/packages/hoppscotch-selfhost-desktop/ @AndrewBastin
|
||||||
/packages/hoppscotch-selfhost-web/ @amk-dev
|
|
||||||
/packages/hoppscotch-sh-admin/ @JoelJacobStephen
|
/packages/hoppscotch-sh-admin/ @JoelJacobStephen
|
||||||
/packages/hoppscotch-backend/ @ankitsridhar16 @balub
|
/packages/hoppscotch-backend/ @balub
|
||||||
|
|
||||||
# Sections within Hoppscotch Common
|
# READMEs and other documentation files
|
||||||
/packages/hoppscotch-common/src/components @anwarulislam
|
*.md @liyasthomas
|
||||||
/packages/hoppscotch-common/src/components/collections @nivedin @amk-dev
|
|
||||||
/packages/hoppscotch-common/src/components/environments @nivedin @amk-dev
|
|
||||||
/packages/hoppscotch-common/src/composables @amk-dev
|
|
||||||
/packages/hoppscotch-common/src/modules @AndrewBastin @amk-dev
|
|
||||||
/packages/hoppscotch-common/src/pages @AndrewBastin @amk-dev
|
|
||||||
/packages/hoppscotch-common/src/newstore @AndrewBastin @amk-dev
|
|
||||||
|
|
||||||
README.md @liyasthomas
|
# Self Host deployment related files
|
||||||
|
*.Dockerfile @balub
|
||||||
# The lockfile has no owner
|
docker-compose.yml @balub
|
||||||
pnpm-lock.yaml
|
docker-compose.deploy.yml @balub
|
||||||
|
*.Caddyfile @balub
|
||||||
|
.dockerignore @balub
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue