-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
57 lines (51 loc) · 2.78 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Rules of code ownership
# -----------------------
# 1. Ideally all files in this repository have an owner - it is accepted that this is unlikely to happen
# 2. We avoid broad ownership rules as much as possible and prefer more granular assignments
# 3. Applications can be co-owned. If they are co-owned we should:
# 2.1 Have one ownership rule for the entire application first, pointing to all teams owning the application (1)
# 2.2 Have granular rules as good as possible to different parts of the application code, which take precedence over the broader rules (order of rules definition is important) (2)
# 4. This file is grouped by applications and/or folders not by teams
# 4.1 The order of rules within this file should match the default directory ordering
# GitHub
/.github/CODEOWNERS @commercetools/merchant-center-tech-leadership
# Tooling
/core/ @commercetools/merchant-center-tech-leadership
/codegen* @commercetools/shield-team-fe
# Models
/models @commercetools/merchant-center-tech-leadership
/models/associate-role @commercetools/customers-team-fe
/models/attribute-group @commercetools/pacman-team-fe
/models/business-unit @commercetools/customers-team-fe
/models/cart @commercetools/checkout-team-fe
/models/cart-discount @commercetools/priceless-team-fe
/models/category @commercetools/pacman-team-fe
/models/channel @commercetools/context-team-fe
/models/custom-view @commercetools/shield-team-fe
/models/customer @commercetools/customers-team-fe
/models/customer-group @commercetools/customers-team-fe
/models/discount-code @commercetools/priceless-team-fe
/models/discounts-custom-view @commercetools/priceless-team-fe
/models/filter-values @commercetools/priceless-team-fe
/models/inventory-entry @commercetools/pacman-team-fe
/models/order @commercetools/checkout-team-fe
/models/payment @commercetools/checkout-team-fe
/models/product @commercetools/pacman-team-fe
/models/product-discount @commercetools/priceless-team-fe
/models/product-projection @commercetools/pacman-team-fe
/models/product-selection @commercetools/context-team-fe
/models/product-type @commercetools/pacman-team-fe
/models/project @commercetools/shield-team-fe
/models/quote @commercetools/customers-team-fe
/models/quote-request @commercetools/customers-team-fe
/models/shipping-method @commercetools/checkout-team-fe
/models/shopping-list @commercetools/checkout-team-fe
/models/staged-quote @commercetools/customers-team-fe
/models/standalone-price @commercetools/priceless-team-fe
/models/store @commercetools/context-team-fe
/models/tax-category @commercetools/checkout-team-fe
/models/zone @commercetools/checkout-team-fe
/models/*/change-history-* @commercetools/pangolin-team-fe
/models/*/sample-data-* @commercetools/first-contact-team-fe