From e644edabf8a9d89f7991b739641f72a9659631a6 Mon Sep 17 00:00:00 2001 From: Valera Melnikov Date: Wed, 14 Jun 2023 09:44:20 +0300 Subject: [PATCH] chore: add codeowners file (#24317) ## Description Add codeowners file Some pictures with examples ![2023-06-09_17-14-54](https://github.com/appsmithorg/appsmith/assets/11555074/8a43b8d9-8ac1-4177-a820-c72e455059ae) ![2023-06-09_17-14-33](https://github.com/appsmithorg/appsmith/assets/11555074/6fc93aea-574d-41d9-8f87-5151c35f7522) #### Type of change - Chore (housekeeping or task changes that don't impact user perception) Co-authored-by: Valera Melnikov --- CODEOWNERS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..de4b17e37e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,23 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# WDS team +app/client/packages/design-system/* @appsmithorg/wds +app/client/packages/storybook/* @appsmithorg/wds + +app/client/.husky @KelvinOm +app/client/.yarn @KelvinOm +app/client/.editorconfig @KelvinOm +app/client/.eslintrc.base.json @KelvinOm +app/client/.eslintrc.js @KelvinOm +app/client/.gitignore @KelvinOm +app/client/.lintstagedrc @KelvinOm +app/client/.nvmrc @KelvinOm +app/client/.prettierignore @KelvinOm +app/client/.prettierrc @KelvinOm +app/client/.yarnrc.yml @KelvinOm +app/client/jest.config.js @KelvinOm +app/client/package.json @KelvinOm +app/client/tsconfig.json @KelvinOm +app/client/tsconfig.path.json @KelvinOm