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