hoppscotch/CODEOWNERS

22 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-01-14 02:53:37 +00:00
# CODEOWNERS is prioritized from bottom to top
# Packages
/packages/codemirror-lang-graphql/ @AndrewBastin
2024-06-17 15:44:37 +00:00
/packages/hoppscotch-cli/ @jamesgeorge007
2023-01-14 02:53:37 +00:00
/packages/hoppscotch-data/ @AndrewBastin
2024-06-17 15:44:37 +00:00
/packages/hoppscotch-js-sandbox/ @jamesgeorge007
/packages/hoppscotch-selfhost-web/ @jamesgeorge007
/packages/hoppscotch-selfhost-desktop/ @AndrewBastin
/packages/hoppscotch-sh-admin/ @JoelJacobStephen
2024-06-17 15:44:37 +00:00
/packages/hoppscotch-backend/ @balub
2023-01-14 02:53:37 +00:00
2024-06-17 15:44:37 +00:00
# READMEs and other documentation files
*.md @liyasthomas
2023-01-14 02:53:37 +00:00
2024-06-17 15:44:37 +00:00
# Self Host deployment related files
*.Dockerfile @balub
docker-compose.yml @balub
docker-compose.deploy.yml @balub
*.Caddyfile @balub
.dockerignore @balub