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