xref: /openbmc/phosphor-misc/OWNERS (revision 4076292225e0c08a3b9d069ab98547d59b5634f5)
1669bb350SBrad Bishop# OWNERS
2669bb350SBrad Bishop# ------
3669bb350SBrad Bishop#
4669bb350SBrad Bishop# The OWNERS file maintains the list of individuals responsible for various
5669bb350SBrad Bishop# parts of this repository, including code review and approval.  We use the
6669bb350SBrad Bishop# Gerrit 'owners' plugin, which consumes this file, along with some extra
7669bb350SBrad Bishop# keywords for our own purposes and tooling.
8669bb350SBrad Bishop#
9669bb350SBrad Bishop# For details on the configuration used by 'owners' see:
10669bb350SBrad Bishop#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
11669bb350SBrad Bishop#
12669bb350SBrad Bishop# An OWNERS file must be in the root of a repository but may also be present
13669bb350SBrad Bishop# in any subdirectory.  The contents of the subdirectory OWNERS file are
14669bb350SBrad Bishop# combined with parent directories unless 'inherit: false' is set.
15669bb350SBrad Bishop#
16669bb350SBrad Bishop# The owners file is YAML and has [up to] 4 top-level keywords.
17669bb350SBrad Bishop#   * owners: A list of individuals who have approval authority on the
18669bb350SBrad Bishop#     repository.
19669bb350SBrad Bishop#
20669bb350SBrad Bishop#   * reviewers: A list of individuals who have requested review notification
21669bb350SBrad Bishop#     on the repository.
22669bb350SBrad Bishop#
23746d56c3SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
24669bb350SBrad Bishop#     'reviewers'.  See 'owners' plugin documentation.
25669bb350SBrad Bishop#
26669bb350SBrad Bishop#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
27669bb350SBrad Bishop#     - name: preferred name of the individual.
28669bb350SBrad Bishop#     - email: preferred email address of the individual.
29669bb350SBrad Bishop#     - discord: Discord nickname of the individual.
30669bb350SBrad Bishop#
31669bb350SBrad Bishop# It is expected that these 4 sections will be listed in the order above and
32669bb350SBrad Bishop# data within them will be kept sorted.
33669bb350SBrad Bishop
34669bb350SBrad Bishopowners:
35669bb350SBrad Bishop- bradleyb@fuzziesquirrel.com
36*40762922SAndrew Geissler- i-kononenko
37669bb350SBrad Bishop
38669bb350SBrad Bishopreviewers:
39669bb350SBrad Bishop
40746d56c3SPatrick Williamsmatchers:
41669bb350SBrad Bishop
42669bb350SBrad Bishopopenbmc:
43669bb350SBrad Bishop- name: Brad Bishop
44669bb350SBrad Bishop  email: bradleyb@fuzziesquirrel.com
45669bb350SBrad Bishop  discord: radsquirrel
46669bb350SBrad Bishop- name: Igor Kononenko
47dbc62fd8SIgor Kononenko  email: i.kononenko.e@gmail.com
48669bb350SBrad Bishop  discord: IK
49