190eea43eSManojkiran Eda# OWNERS
290eea43eSManojkiran Eda# ------
390eea43eSManojkiran Eda#
490eea43eSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
590eea43eSManojkiran Eda# parts of this repository, including code review and approval.  We use the
690eea43eSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
790eea43eSManojkiran Eda# keywords for our own purposes and tooling.
890eea43eSManojkiran Eda#
990eea43eSManojkiran Eda# For details on the configuration used by 'owners' see:
1090eea43eSManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
1190eea43eSManojkiran Eda#
1290eea43eSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
1390eea43eSManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
1490eea43eSManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
1590eea43eSManojkiran Eda#
1690eea43eSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
1790eea43eSManojkiran Eda#   * owners: A list of individuals who have approval authority on the
1890eea43eSManojkiran Eda#     repository.
1990eea43eSManojkiran Eda#
2090eea43eSManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
2190eea43eSManojkiran Eda#     on the repository.
2290eea43eSManojkiran Eda#
232dc3ed3fSPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
2490eea43eSManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
2590eea43eSManojkiran Eda#
2690eea43eSManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
2790eea43eSManojkiran Eda#     - name: preferred name of the individual.
2890eea43eSManojkiran Eda#     - email: preferred email address of the individual.
2990eea43eSManojkiran Eda#     - discord: Discord nickname of the individual.
3090eea43eSManojkiran Eda#
3190eea43eSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
3290eea43eSManojkiran Eda# data within them will be kept sorted.
3390eea43eSManojkiran Eda
3490eea43eSManojkiran Edaowners:
35*df62a40aSAndrew Jeffery- anoo@us.ibm.com
3690eea43eSManojkiran Eda
3790eea43eSManojkiran Edareviewers:
3890eea43eSManojkiran Eda- deepak.kodihalli.83@gmail.com
3990eea43eSManojkiran Eda
402dc3ed3fSPatrick Williamsmatchers:
4190eea43eSManojkiran Eda
4290eea43eSManojkiran Edaopenbmc:
4390eea43eSManojkiran Eda- name: Adriana Kobylak
4490eea43eSManojkiran Eda  email: anoo@us.ibm.com
4590eea43eSManojkiran Eda  discord: anoo
4690eea43eSManojkiran Eda- name: Deepak Kodihalli
4790eea43eSManojkiran Eda  email: deepak.kodihalli.83@gmail.com
4890eea43eSManojkiran Eda  discord: dkodihal
49