xref: /openbmc/x86-power-control/OWNERS (revision 88dd68b5)
120e6e3a2SManojkiran Eda# OWNERS
220e6e3a2SManojkiran Eda# ------
320e6e3a2SManojkiran Eda#
420e6e3a2SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
520e6e3a2SManojkiran Eda# parts of this repository, including code review and approval.  We use the
620e6e3a2SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
720e6e3a2SManojkiran Eda# keywords for our own purposes and tooling.
820e6e3a2SManojkiran Eda#
920e6e3a2SManojkiran Eda# For details on the configuration used by 'owners' see:
1020e6e3a2SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
1120e6e3a2SManojkiran Eda#
1220e6e3a2SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
1320e6e3a2SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
1420e6e3a2SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
1520e6e3a2SManojkiran Eda#
1620e6e3a2SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
1720e6e3a2SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
1820e6e3a2SManojkiran Eda#     repository.
1920e6e3a2SManojkiran Eda#
2020e6e3a2SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
2120e6e3a2SManojkiran Eda#     on the repository.
2220e6e3a2SManojkiran Eda#
23787975caSPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
2420e6e3a2SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
2520e6e3a2SManojkiran Eda#
2620e6e3a2SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
2720e6e3a2SManojkiran Eda#     - name: preferred name of the individual.
2820e6e3a2SManojkiran Eda#     - email: preferred email address of the individual.
2920e6e3a2SManojkiran Eda#     - discord: Discord nickname of the individual.
3020e6e3a2SManojkiran Eda#
3120e6e3a2SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
3220e6e3a2SManojkiran Eda# data within them will be kept sorted.
3320e6e3a2SManojkiran Eda
3420e6e3a2SManojkiran Edaowners:
35*88dd68b5SJason M. Bills- jason.m.bills@linux.intel.com
369eb263baSkuiying- wangkuiying.wky@alibaba-inc.com
3720e6e3a2SManojkiran Eda
3820e6e3a2SManojkiran Edareviewers:
39fa2b6448SZev Weiss- zev@bewilderbeest.net
4020e6e3a2SManojkiran Eda
41787975caSPatrick Williamsmatchers:
4220e6e3a2SManojkiran Eda
4320e6e3a2SManojkiran Edaopenbmc:
4420e6e3a2SManojkiran Eda- name: Jason Bills
45*88dd68b5SJason M. Bills  email: jason.m.bills@linux.intel.com
4620e6e3a2SManojkiran Eda  discord: jmbills
4720e6e3a2SManojkiran Eda- name: Kuiying Wang
489eb263baSkuiying  email: wangkuiying.wky@alibaba-inc.com
499eb263baSkuiying  discord: Kwin
50fa2b6448SZev Weiss- name: Zev Weiss
51fa2b6448SZev Weiss  email: zev@bewilderbeest.net
52fa2b6448SZev Weiss  discord: zevweiss
53