xref: /openbmc/kcsbridge/OWNERS (revision bc7bf463)
17580a8e6SManojkiran Eda# OWNERS
27580a8e6SManojkiran Eda# ------
37580a8e6SManojkiran Eda#
47580a8e6SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
57580a8e6SManojkiran Eda# parts of this repository, including code review and approval.  We use the
67580a8e6SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
77580a8e6SManojkiran Eda# keywords for our own purposes and tooling.
87580a8e6SManojkiran Eda#
97580a8e6SManojkiran Eda# For details on the configuration used by 'owners' see:
107580a8e6SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
117580a8e6SManojkiran Eda#
127580a8e6SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
137580a8e6SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
147580a8e6SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
157580a8e6SManojkiran Eda#
167580a8e6SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
177580a8e6SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
187580a8e6SManojkiran Eda#     repository.
197580a8e6SManojkiran Eda#
207580a8e6SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
217580a8e6SManojkiran Eda#     on the repository.
227580a8e6SManojkiran Eda#
23*bc7bf463SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
247580a8e6SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
257580a8e6SManojkiran Eda#
267580a8e6SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
277580a8e6SManojkiran Eda#     - name: preferred name of the individual.
287580a8e6SManojkiran Eda#     - email: preferred email address of the individual.
297580a8e6SManojkiran Eda#     - discord: Discord nickname of the individual.
307580a8e6SManojkiran Eda#
317580a8e6SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
327580a8e6SManojkiran Eda# data within them will be kept sorted.
337580a8e6SManojkiran Eda
347580a8e6SManojkiran Edaowners:
357580a8e6SManojkiran Eda- vernon.mauery@linux.intel.com
367580a8e6SManojkiran Eda
377580a8e6SManojkiran Edareviewers:
387580a8e6SManojkiran Eda
39*bc7bf463SPatrick Williamsmatchers:
407580a8e6SManojkiran Eda
417580a8e6SManojkiran Edaopenbmc:
427580a8e6SManojkiran Eda- name: Vernon Mauery
437580a8e6SManojkiran Eda  email: vernon.mauery@linux.intel.com
447580a8e6SManojkiran Eda  discord: vmauery
45