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