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