From 9d7052c626fb8486d3151faf6c88d0524b2c81d8 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Fri, 13 Jan 2023 21:53:37 -0500 Subject: [PATCH] chore: add CODEOWNERS --- CODEOWNERS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..5d27aff2d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,27 @@ +# CODEOWNERS is prioritized from bottom to top + +# If none of the below matched +* @AndrewBastin @liyasthomas + +# Packages +/packages/codemirror-lang-graphql/ @AndrewBastin +/packages/hoppscotch-cli/ @aitchnyu +/packages/hoppscotch-common/ @amk-dev @AndrewBastin +/packages/hoppscotch-data/ @AndrewBastin +/packages/hoppscotch-js-sandbox/ @aitchnyu +/packages/hoppscotch-ui/ @anwarulislam +/packages/hoppscotch-web/ @amk-dev @AndrewBastin + +# Sections within Hoppscotch Common +/packages/hoppscotch-common/src/components @anwarulislam +/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 + +# The lockfile has no owner +pnpm-lock.yaml