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