-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathCODEOWNERS
More file actions
60 lines (54 loc) · 4.17 KB
/
CODEOWNERS
File metadata and controls
60 lines (54 loc) · 4.17 KB
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
# GitHub CODEOWNERS file is a simple way to automate review system on github,
# by automatically assigning owners to a pull request based on which files
# were modified. All directories should have a proper codeowner
# Syntax: https://help.github.com/articles/about-codeowners/
# Note: last match wins
# By Default reviews go to the infrastructure community, to address missing lines in this document.
* @AlexanderLanin @dcalavrezo-qorix @MaximilianSoerenPollak
# All special files go to infrastructure as well
.* @AlexanderLanin @dcalavrezo-qorix @MaximilianSoerenPollak
.github/ISSUE_TEMPLATE/ @pahmann @masc2023 @aschemmel-tech @PandaeDo
.github/CODEOWNERS @antonkri @FScholPer @qor-lb @johannes-esr
/docs/ @pahmann @masc2023 @aschemmel-tech @PandaeDo
/docs/conf.py @AlexanderLanin @dcalavrezo-qorix @MaximilianSoerenPollak
/docs/contribute/ @eclipse-score/automotive-score-committers
# /docs/features/ @eclipse-score/automotive-score-technical-leads
/docs/features/ @antonkri @FScholPer @qor-lb @johannes-esr
architecture/ @eclipse-score/automotive-score-committers
# requirements/ @eclipse-score/automotive-score-technical-leads
requirements/ @antonkri @FScholPer @qor-lb @johannes-esr
# safety_analysis/ @eclipse-score/safety-managers
safety_analysis/ @aschemmel-tech @masc2023 @PandaeDo
# safety_planning/ @eclipse-score/automotive-score-technical-leads
safety_planning/ @antonkri @FScholPer @qor-lb @johannes-esr
verification/ @eclipse-score/automotive-score-committers
/docs/design_decisions/*infra* @AlexanderLanin @dcalavrezo-qorix @MaximilianSoerenPollak
# setting TLs until codeowners of architecture are defined
/docs/design_decisions/*arch* @antonkri @FScholPer @qor-lb @johannes-esr
/docs/design_decisions/*strat* @antonkri @FScholPer @qor-lb @johannes-esr
/docs/glossary/ @eclipse-score/automotive-score-committers
/docs/introduction/ @eclipse-score/automotive-score-committers
/docs/manuals/ @eclipse-score/automotive-score-committers
/docs/modules/ @eclipse-score/automotive-score-committers
# TLs are intermediate until representatives have been finalized
/docs/modules/os/operating_systems @antonkri @FScholPer @qor-lb @johannes-esr
# /docs/platform_management_plan/ @eclipse-score/community-process
/docs/platform_management_plan/ @pahmann @masc2023 @aschemmel-tech @PandaeDo
# /docs/quality/ @eclipse-score/quality-managers
/docs/quality/ @masc2023 @pahmann @PandaeDo
# /docs/requirements/stakeholder/ @eclipse-score/automotive-score-technical-leads
/docs/requirements/stakeholder/ @antonkri @FScholPer @qor-lb @johannes-esr
# /docs/requirements/tool/ @eclipse-score/community-process
/docs/requirements/tool/ @pahmann @masc2023 @aschemmel-tech @PandaeDo
# /docs/safety/ @eclipse-score/safety-managers
/docs/safety/ @aschemmel-tech @masc2023 @PandaeDo
# /docs/score_releases/ @eclipse-score/automotive-score-project-leads
/docs/score_releases/ @thilo-schmitt @HartmannNico @skappel29 @grandyholger @antonkri @FScholPer @qor-lb @johannes-esr
/docs/score_tools/ @eclipse-score/automotive-score-committers
# /docs/security/ @eclipse-score/security-managers
/docs/security/ @masc2023 @PandaeDo
# /docs/verification_report @eclipse-score/automotive-score-technical-leads
/docs/verification_report @antonkri @FScholPer @qor-lb @johannes-esr
/platform_integration_tests/ @eclipse-score/automotive-score-committers
# /tools/ @eclipse-score/infrastructure-maintainers
/tools/ @AlexanderLanin @dcalavrezo-qorix @MaximilianSoerenPollak