CODEOWNERS 1.3 KB

123456789101112131415161718192021222324252627
  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/ @aitchnyu
  7. /packages/hoppscotch-common/ @amk-dev @AndrewBastin
  8. /packages/hoppscotch-data/ @AndrewBastin
  9. /packages/hoppscotch-js-sandbox/ @aitchnyu
  10. /packages/hoppscotch-ui/ @anwarulislam
  11. /packages/hoppscotch-web/ @amk-dev @AndrewBastin
  12. # Sections within Hoppscotch Common
  13. /packages/hoppscotch-common/src/components @anwarulislam
  14. /packages/hoppscotch-common/src/components/collections @nivedin @amk-dev
  15. /packages/hoppscotch-common/src/components/environments @nivedin @amk-dev
  16. /packages/hoppscotch-common/src/composables @amk-dev
  17. /packages/hoppscotch-common/src/modules @AndrewBastin @amk-dev
  18. /packages/hoppscotch-common/src/pages @AndrewBastin @amk-dev
  19. /packages/hoppscotch-common/src/newstore @AndrewBastin @amk-dev
  20. README.md @liyasthomas
  21. # The lockfile has no owner
  22. pnpm-lock.yaml