generated from finos/standards-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
84 lines (76 loc) · 2.38 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
########
#
# In the event that a file is not covered by policies below, the
# Community Structure WG should advise changes or create a new
# CODEOWNERS entry for it.
#
# NOTE: If the GitHub automated reviewers do not behave as expected,
# please contact the Community Structure WG.
/* @finos/ccc-wg-community-structure
#
########
########
#
# Changes that might impact automation must be reviewed by the Delivery WG
# Code owners should only be modified by the SteerCo
/.github @finos/ccc-wg-delivery
/release @finos/ccc-wg-delivery
/.vscode @finos/ccc-wg-delivery
/.github/CODEOWNERS @finos/ccc-steerco
#
########
########
#
# Community Guidelines only need review from the Community Structure WG
/docs/governance/community-guidelines @finos/ccc-wg-community-structure
#
########
########
#
# Each WG may place ad hoc documentation in their governance subdirectory
/docs/governance/working-groups/communications @finos/ccc-wg-communications
/docs/governance/working-groups/community-structure @finos/ccc-wg-community-structure
/docs/governance/working-groups/delivery @finos/ccc-wg-delivery
/docs/governance/working-groups/duplication-reduction @finos/ccc-wg-duplication-reduction
/docs/governance/working-groups/security @finos/ccc-wg-security
/docs/governance/working-groups/taxonomy @finos/ccc-wg-taxonomy
#
########
########
#
# Changes to the services directory must be reviewed by the Taxonomy WG
# excluding threats and controls definitions
/services @finos/ccc-wg-taxonomy
#
########
########
#
# Threats or controls definition changes must be reviewed by the Security WG
**/threats.yaml @finos/ccc-wg-security
**/controls.yaml @finos/ccc-wg-security
**/*.feature @finos/ccc-wg-security
**/common-controls.yaml @finos/ccc-wg-security
**/common-threats.yaml @finos/ccc-wg-security
#
########
#
# Additional Changes that might impact automation must be reviewed by the
# Delivery WG
**/metadata.yaml @finos/ccc-wg-delivery
#
########
########
#
# Resource selection guidance and justifications must be reviewed by the Duplication Reduction WG
/docs/resources/ @finos/ccc-wg-duplication-reduction
#
########
########
#
# Charters and policies require review from at least one SteerCo member
# Policies also require review from the Community Structure WG
/docs/governance/steering @finos/ccc-steerco
/docs/governance @finos/ccc-steerco @finos/ccc-wg-community-structure
**/charter.md @finos/ccc-steerco
#
########