19ce5a645SManojkiran Eda# OWNERS
29ce5a645SManojkiran Eda# ------
39ce5a645SManojkiran Eda#
49ce5a645SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
59ce5a645SManojkiran Eda# parts of this repository, including code review and approval.  We use the
69ce5a645SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
79ce5a645SManojkiran Eda# keywords for our own purposes and tooling.
89ce5a645SManojkiran Eda#
99ce5a645SManojkiran Eda# For details on the configuration used by 'owners' see:
109ce5a645SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
119ce5a645SManojkiran Eda#
129ce5a645SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
139ce5a645SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
149ce5a645SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
159ce5a645SManojkiran Eda#
169ce5a645SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
179ce5a645SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
189ce5a645SManojkiran Eda#     repository.
199ce5a645SManojkiran Eda#
209ce5a645SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
219ce5a645SManojkiran Eda#     on the repository.
229ce5a645SManojkiran Eda#
2353c6d0c7SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
249ce5a645SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
259ce5a645SManojkiran Eda#
269ce5a645SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
279ce5a645SManojkiran Eda#     - name: preferred name of the individual.
289ce5a645SManojkiran Eda#     - email: preferred email address of the individual.
299ce5a645SManojkiran Eda#     - discord: Discord nickname of the individual.
309ce5a645SManojkiran Eda#
319ce5a645SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
329ce5a645SManojkiran Eda# data within them will be kept sorted.
339ce5a645SManojkiran Eda
349ce5a645SManojkiran Edaowners:
3542d56641Skuiying- wangkuiying.wky@alibaba-inc.com
36*8d3d7b17SZhikui Ren- zhikui.ren@intel.com
379ce5a645SManojkiran Eda
389ce5a645SManojkiran Edareviewers:
399ce5a645SManojkiran Eda
4053c6d0c7SPatrick Williamsmatchers:
419ce5a645SManojkiran Eda
429ce5a645SManojkiran Edaopenbmc:
439ce5a645SManojkiran Eda- name: Kuiying Wang
4442d56641Skuiying  email: wangkuiying.wky@alibaba-inc.com
4542d56641Skuiying  discord: Kwin
46*8d3d7b17SZhikui Ren- name: Zhikui Ren
47*8d3d7b17SZhikui Ren  email: zhikui.ren@intel.com
48*8d3d7b17SZhikui Ren  discord: Zhikui
49