CODEOWNERS 1.5 KB

123456789101112131415161718192021222324252627282930
  1. # CODEOWNERS is prioritized from bottom to top
  2. # If none of the below matched
  3. * @AndrewBastin @liyasthomas
  4. # Packages
  5. /packages/codemirror-lang-graphql/ @AndrewBastin
  6. /packages/hoppscotch-cli/ @AndrewBastin
  7. /packages/hoppscotch-common/ @amk-dev @AndrewBastin
  8. /packages/hoppscotch-data/ @AndrewBastin
  9. /packages/hoppscotch-js-sandbox/ @AndrewBastin
  10. /packages/hoppscotch-ui/ @anwarulislam
  11. /packages/hoppscotch-web/ @amk-dev
  12. /packages/hoppscotch-selfhost-web/ @amk-dev
  13. /packages/hoppscotch-sh-admin/ @JoelJacobStephen
  14. /packages/hoppscotch-backend/ @ankitsridhar16 @balub
  15. # Sections within Hoppscotch Common
  16. /packages/hoppscotch-common/src/components @anwarulislam
  17. /packages/hoppscotch-common/src/components/collections @nivedin @amk-dev
  18. /packages/hoppscotch-common/src/components/environments @nivedin @amk-dev
  19. /packages/hoppscotch-common/src/composables @amk-dev
  20. /packages/hoppscotch-common/src/modules @AndrewBastin @amk-dev
  21. /packages/hoppscotch-common/src/pages @AndrewBastin @amk-dev
  22. /packages/hoppscotch-common/src/newstore @AndrewBastin @amk-dev
  23. README.md @liyasthomas
  24. # The lockfile has no owner
  25. pnpm-lock.yaml