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