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