xref: /openbmc/phosphor-host-ipmid/OWNERS (revision 0ad6d7862cdcf77ceb64c89ae7786d35d19eec2b)
13c3645a5SManojkiran Eda# OWNERS
23c3645a5SManojkiran Eda# ------
33c3645a5SManojkiran Eda#
43c3645a5SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
53c3645a5SManojkiran Eda# parts of this repository, including code review and approval.  We use the
63c3645a5SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
73c3645a5SManojkiran Eda# keywords for our own purposes and tooling.
83c3645a5SManojkiran Eda#
93c3645a5SManojkiran Eda# For details on the configuration used by 'owners' see:
103c3645a5SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
113c3645a5SManojkiran Eda#
123c3645a5SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
133c3645a5SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
143c3645a5SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
153c3645a5SManojkiran Eda#
163c3645a5SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
173c3645a5SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
183c3645a5SManojkiran Eda#     repository.
193c3645a5SManojkiran Eda#
203c3645a5SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
213c3645a5SManojkiran Eda#     on the repository.
223c3645a5SManojkiran Eda#
2337b9f414SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
243c3645a5SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
253c3645a5SManojkiran Eda#
263c3645a5SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
273c3645a5SManojkiran Eda#     - name: preferred name of the individual.
283c3645a5SManojkiran Eda#     - email: preferred email address of the individual.
293c3645a5SManojkiran Eda#     - discord: Discord nickname of the individual.
303c3645a5SManojkiran Eda#
313c3645a5SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
323c3645a5SManojkiran Eda# data within them will be kept sorted.
333c3645a5SManojkiran Eda
343c3645a5SManojkiran Edaowners:
3569887a6eSGeorge Liu- liuxiwei@ieisystem.com
361536332aSVernon Mauery- vernon.mauery@gmail.com
373c3645a5SManojkiran Eda
383c3645a5SManojkiran Edareviewers:
393c3645a5SManojkiran Eda- anoo@us.ibm.com
403c3645a5SManojkiran Eda- deepak.kodihalli.83@gmail.com
4128378214SAndrew Geissler- ratankgupta31@gmail.com
423c3645a5SManojkiran Eda
4337b9f414SPatrick Williamsmatchers:
44d0b99b11SVernon Mauery- partial_regex: oem/example
45d0b99b11SVernon Mauery  owners:
46d0b99b11SVernon Mauery  - vernon.mauery@gmail.com
47*6b580c7cSPrithvi Pai- partial_regex: oem/nvidia
48*6b580c7cSPrithvi Pai  owners:
49*6b580c7cSPrithvi Pai  - prithvi24pai@gmail.com
503c3645a5SManojkiran Eda
513c3645a5SManojkiran Edaopenbmc:
523c3645a5SManojkiran Eda- name: Adriana Kobylak
533c3645a5SManojkiran Eda  email: anoo@us.ibm.com
543c3645a5SManojkiran Eda  discord: anoo
553c3645a5SManojkiran Eda- name: Deepak Kodihalli
563c3645a5SManojkiran Eda  email: deepak.kodihalli.83@gmail.com
573c3645a5SManojkiran Eda  discord: dkodihal
58e4b6ffdeSGeorge Liu- name: George Liu
59e4b6ffdeSGeorge Liu  email: liuxiwei@ieisystem.com
60e4b6ffdeSGeorge Liu  discord: George Liu
613c3645a5SManojkiran Eda- name: Ratan Gupta
6228378214SAndrew Geissler  email: ratankgupta31@gmail.com
633c3645a5SManojkiran Eda  discord: rgupta
643c3645a5SManojkiran Eda- name: Vernon Mauery
651536332aSVernon Mauery  email: vernon.mauery@gmail.com
663c3645a5SManojkiran Eda  discord: vmauery
67