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