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