CODEOWNERS 1.1 KB

123456789101112131415161718192021
  1. # CODEOWNERS is prioritized from bottom to top
  2. # Packages
  3. /packages/codemirror-lang-graphql/ @AndrewBastin
  4. /packages/hoppscotch-cli/ @jamesgeorge007
  5. /packages/hoppscotch-data/ @AndrewBastin
  6. /packages/hoppscotch-js-sandbox/ @jamesgeorge007
  7. /packages/hoppscotch-selfhost-web/ @jamesgeorge007
  8. /packages/hoppscotch-selfhost-desktop/ @AndrewBastin
  9. /packages/hoppscotch-sh-admin/ @JoelJacobStephen
  10. /packages/hoppscotch-backend/ @balub
  11. # READMEs and other documentation files
  12. *.md @liyasthomas
  13. # Self Host deployment related files
  14. *.Dockerfile @balub
  15. docker-compose.yml @balub
  16. docker-compose.deploy.yml @balub
  17. *.Caddyfile @balub
  18. .dockerignore @balub