xref: /openbmc/phosphor-psu-code-mgmt/OWNERS (revision 64c18b07)
1a5fc2669SManojkiran Eda# OWNERS
2a5fc2669SManojkiran Eda# ------
3a5fc2669SManojkiran Eda#
4a5fc2669SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
5a5fc2669SManojkiran Eda# parts of this repository, including code review and approval.  We use the
6a5fc2669SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
7a5fc2669SManojkiran Eda# keywords for our own purposes and tooling.
8a5fc2669SManojkiran Eda#
9a5fc2669SManojkiran Eda# For details on the configuration used by 'owners' see:
10a5fc2669SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
11a5fc2669SManojkiran Eda#
12a5fc2669SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
13a5fc2669SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
14a5fc2669SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
15a5fc2669SManojkiran Eda#
16a5fc2669SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
17a5fc2669SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
18a5fc2669SManojkiran Eda#     repository.
19a5fc2669SManojkiran Eda#
20a5fc2669SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
21a5fc2669SManojkiran Eda#     on the repository.
22a5fc2669SManojkiran Eda#
23467a2404SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
24a5fc2669SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
25a5fc2669SManojkiran Eda#
26a5fc2669SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
27a5fc2669SManojkiran Eda#     - name: preferred name of the individual.
28a5fc2669SManojkiran Eda#     - email: preferred email address of the individual.
29a5fc2669SManojkiran Eda#     - discord: Discord nickname of the individual.
30a5fc2669SManojkiran Eda#
31a5fc2669SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
32a5fc2669SManojkiran Eda# data within them will be kept sorted.
33a5fc2669SManojkiran Eda
34a5fc2669SManojkiran Edaowners:
35*64c18b07SGeorge Liu- duanzhijia01@ieisystem.com
36541f2671SGeorge Liu- liuxiwei@ieisystem.com
37541f2671SGeorge Liu- mine260309@gmail.com
38a5fc2669SManojkiran Eda- spinler@us.ibm.com
39a5fc2669SManojkiran Eda
40467a2404SPatrick Williamsmatchers:
41a5fc2669SManojkiran Eda
42a5fc2669SManojkiran Edaopenbmc:
43a5fc2669SManojkiran Eda- name: Chicago Duan
44541f2671SGeorge Liu  email: duanzhijia01@ieisystem.com
45a5fc2669SManojkiran Eda  discord: Chicago Duan
46541f2671SGeorge Liu- name: George Liu
47541f2671SGeorge Liu  email: liuxiwei@ieisystem.com
48541f2671SGeorge Liu  discord: George Liu
49a5fc2669SManojkiran Eda- name: Lei Yu
50a5fc2669SManojkiran Eda  email: mine260309@gmail.com
51a5fc2669SManojkiran Eda  discord: LeiYU
52a5fc2669SManojkiran Eda- name: Matt Spinler
53a5fc2669SManojkiran Eda  email: spinler@us.ibm.com
54a5fc2669SManojkiran Eda  discord: mspinler
55