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