xref: /openbmc/phosphor-settingsd/OWNERS (revision 7c6827c9)
15ff6375bSManojkiran Eda# OWNERS
25ff6375bSManojkiran Eda# ------
35ff6375bSManojkiran Eda#
45ff6375bSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
55ff6375bSManojkiran Eda# parts of this repository, including code review and approval.  We use the
65ff6375bSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
75ff6375bSManojkiran Eda# keywords for our own purposes and tooling.
85ff6375bSManojkiran Eda#
95ff6375bSManojkiran Eda# For details on the configuration used by 'owners' see:
105ff6375bSManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
115ff6375bSManojkiran Eda#
125ff6375bSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
135ff6375bSManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
145ff6375bSManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
155ff6375bSManojkiran Eda#
165ff6375bSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
175ff6375bSManojkiran Eda#   * owners: A list of individuals who have approval authority on the
185ff6375bSManojkiran Eda#     repository.
195ff6375bSManojkiran Eda#
205ff6375bSManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
215ff6375bSManojkiran Eda#     on the repository.
225ff6375bSManojkiran Eda#
231fc221f8SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
245ff6375bSManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
255ff6375bSManojkiran Eda#
265ff6375bSManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
275ff6375bSManojkiran Eda#     - name: preferred name of the individual.
285ff6375bSManojkiran Eda#     - email: preferred email address of the individual.
295ff6375bSManojkiran Eda#     - discord: Discord nickname of the individual.
305ff6375bSManojkiran Eda#
315ff6375bSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
325ff6375bSManojkiran Eda# data within them will be kept sorted.
335ff6375bSManojkiran Eda
345ff6375bSManojkiran Edaowners:
35*7c6827c9SPatrick Williams- anoo@us.ibm.com
365ff6375bSManojkiran Eda- deepak.kodihalli.83@gmail.com
37*7c6827c9SPatrick Williams- patrick@stwcx.xyz
385ff6375bSManojkiran Eda
395ff6375bSManojkiran Edareviewers:
405ff6375bSManojkiran Eda
411fc221f8SPatrick Williamsmatchers:
425ff6375bSManojkiran Eda
435ff6375bSManojkiran Edaopenbmc:
445ff6375bSManojkiran Eda- name: Adriana Kobylak
455ff6375bSManojkiran Eda  email: anoo@us.ibm.com
465ff6375bSManojkiran Eda  discord: anoo
475ff6375bSManojkiran Eda- name: Deepak Kodihalli
485ff6375bSManojkiran Eda  email: deepak.kodihalli.83@gmail.com
495ff6375bSManojkiran Eda  discord: dkodihal
50*7c6827c9SPatrick Williams- name: Patrick Williams
51*7c6827c9SPatrick Williams  email: patrick@stwcx.xyz
52*7c6827c9SPatrick Williams  discord: stwcx
53