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