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