xref: /openbmc/ipmbbridge/OWNERS (revision f0241445532a315f90675c717410257c169e722f)
182276267SManojkiran Eda# OWNERS
282276267SManojkiran Eda# ------
382276267SManojkiran Eda#
482276267SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
582276267SManojkiran Eda# parts of this repository, including code review and approval.  We use the
682276267SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
782276267SManojkiran Eda# keywords for our own purposes and tooling.
882276267SManojkiran Eda#
982276267SManojkiran Eda# For details on the configuration used by 'owners' see:
1082276267SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
1182276267SManojkiran Eda#
1282276267SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
1382276267SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
1482276267SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
1582276267SManojkiran Eda#
1682276267SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
1782276267SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
1882276267SManojkiran Eda#     repository.
1982276267SManojkiran Eda#
2082276267SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
2182276267SManojkiran Eda#     on the repository.
2282276267SManojkiran Eda#
2302bced96SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
2482276267SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
2582276267SManojkiran Eda#
2682276267SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
2782276267SManojkiran Eda#     - name: preferred name of the individual.
2882276267SManojkiran Eda#     - email: preferred email address of the individual.
2982276267SManojkiran Eda#     - discord: Discord nickname of the individual.
3082276267SManojkiran Eda#
3182276267SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
3282276267SManojkiran Eda# data within them will be kept sorted.
3382276267SManojkiran Eda
3482276267SManojkiran Edaowners:
3582276267SManojkiran Eda- ed@tanous.net
36*f0241445SVernon Mauery- vernon.mauery@gmail.com
3782276267SManojkiran Eda
3882276267SManojkiran Edareviewers:
3982276267SManojkiran Eda
4002bced96SPatrick Williamsmatchers:
4182276267SManojkiran Eda
4282276267SManojkiran Edaopenbmc:
4382276267SManojkiran Eda- name: Ed Tanous
4482276267SManojkiran Eda  email: ed@tanous.net
4582276267SManojkiran Eda  discord: edtanous
4682276267SManojkiran Eda- name: Vernon Mauery
47*f0241445SVernon Mauery  email: vernon.mauery@gmail.com
4882276267SManojkiran Eda  discord: vmauery
49