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