chore: add codeowners file (#24317)
## Description Add codeowners file Some pictures with examples   #### 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:
parent
47f0a9247d
commit
e644edabf8
23
CODEOWNERS
Normal file
23
CODEOWNERS
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user