-
Notifications
You must be signed in to change notification settings - Fork 447
/
Copy pathCODEOWNERS
31 lines (23 loc) · 1.01 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# By default, assign the studio developer experience team.
# Later matching rules will take precedence.
* @sanity-io/studio-dx
# For areas of responsibility, assign the specific team
# that is responsible. It is possible to assign to individuals,
# however it is preferable that a team is responsible for large
# areas to improve maintainablitly and availability
# -- CLI --
/packages/@sanity/cli/ @sanity-io/studio-dx
# -- Preview --
/packages/sanity/src/core/preview/ @sanity-io/studio-dx
# -- Form --
/packages/sanity/src/core/form/ @sanity-io/studio-dx
# -- PTE --
/packages/@sanity/portable-text-editor/ @sanity-io/studio-ex
/packages/sanity/src/core/field/types/portableText/ @sanity-io/studio-ex
/packages/sanity/src/core/form/inputs/PortableText/ @sanity-io/studio-ex
# -- Comments --
/packages/sanity/src/desk/comments/ @sanity-io/studio-ex
# -- Others --
# Shopify templates
/packages/@sanity/cli/src/actions/init-project/templates/shopify* @thebiggianthead
/packages/@sanity/cli/templates/shopify* @thebiggianthead