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 <melnikov.vv@greendatasoft.ru>
This commit is contained in:
Valera Melnikov 2023-06-14 09:44:20 +03:00 committed by GitHub
parent 47f0a9247d
commit e644edabf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
CODEOWNERS Normal file
View File

@ -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