-
Notifications
You must be signed in to change notification settings - Fork 428
/
CODEOWNERS
Validating CODEOWNERS rules...
27 lines (22 loc) · 1.09 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
# These owners can be changed and added to in the future,
# for now these are the main people that we are required to have eyes on PRs
# that changed items in the given spaces
# ------------- Packages
# Espen owns any file in `/packages/@sanity/cli/`
# directory in the root of your repository and any of its
# subdirectories.
/packages/@sanity/cli/ @rexxars
/packages/sanity/src/core/preview/ @bjoerge @RitaDias
# Bjørge owns any file in `/packages/sanity/src/core/form/`
# directory in the root of your repository and any of its
# subdirectories.
/packages/sanity/src/core/form/ @bjoerge
/packages/sanity/src/core/form/inputs/files/ @bjoerge @RitaDias
# PK owns any file related to PTE
# They are spread across different directories and subdirectories
/packages/@sanity/portable-text-editor/ @skogsmaskin
/packages/sanity/src/core/field/types/portableText/ @skogsmaskin
/packages/sanity/src/core/form/inputs/PortableText/ @skogsmaskin
# Tom owns the Shopify templates
/packages/@sanity/cli/src/actions/init-project/templates/shopify* @thebiggianthead
/packages/@sanity/cli/templates/shopify* @thebiggianthead