chore: update CODEOWNERS

This commit is contained in:
Andrew Bastin
2024-06-17 21:14:37 +05:30
parent c2cb295bcb
commit cc1be91446

View File

@@ -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