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