xref: /openbmc/libcper/OWNERS (revision 74e19197)
11ee8ce24SPatrick Williams# OWNERS
21ee8ce24SPatrick Williams# ------
31ee8ce24SPatrick Williams#
41ee8ce24SPatrick Williams# The OWNERS file maintains the list of individuals responsible for various
51ee8ce24SPatrick Williams# parts of this repository, including code review and approval.  We use the
61ee8ce24SPatrick Williams# Gerrit 'owners' plugin, which consumes this file, along with some extra
71ee8ce24SPatrick Williams# keywords for our own purposes and tooling.
81ee8ce24SPatrick Williams#
91ee8ce24SPatrick Williams# For details on the configuration used by 'owners' see:
101ee8ce24SPatrick Williams#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
111ee8ce24SPatrick Williams#
121ee8ce24SPatrick Williams# An OWNERS file must be in the root of a repository but may also be present
131ee8ce24SPatrick Williams# in any subdirectory.  The contents of the subdirectory OWNERS file are
141ee8ce24SPatrick Williams# combined with parent directories unless 'inherit: false' is set.
151ee8ce24SPatrick Williams#
161ee8ce24SPatrick Williams# The owners file is YAML and has [up to] 4 top-level keywords.
171ee8ce24SPatrick Williams#   * owners: A list of individuals who have approval authority on the
181ee8ce24SPatrick Williams#     repository.
191ee8ce24SPatrick Williams#
201ee8ce24SPatrick Williams#   * reviewers: A list of individuals who have requested review notification
211ee8ce24SPatrick Williams#     on the repository.
221ee8ce24SPatrick Williams#
231ee8ce24SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
241ee8ce24SPatrick Williams#     'reviewers'.  See 'owners' plugin documentation.
251ee8ce24SPatrick Williams#
261ee8ce24SPatrick Williams#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
271ee8ce24SPatrick Williams#     - name: preferred name of the individual.
281ee8ce24SPatrick Williams#     - email: preferred email address of the individual.
291ee8ce24SPatrick Williams#     - discord: Discord nickname of the individual.
301ee8ce24SPatrick Williams#
311ee8ce24SPatrick Williams# It is expected that these 4 sections will be listed in the order above and
321ee8ce24SPatrick Williams# data within them will be kept sorted.
331ee8ce24SPatrick Williams
341ee8ce24SPatrick Williamsowners:
351ee8ce24SPatrick Williams- ed@tanous.net
361ee8ce24SPatrick Williams
371ee8ce24SPatrick Williamsreviewers:
381ee8ce24SPatrick Williams- patrick@stwcx.xyz
395030d161SAndrew Adriance- aadriance@nvidia.com
40*74e19197SKarthik Rajagopalan- krajagopalan@nvidia.com
411ee8ce24SPatrick Williams
421ee8ce24SPatrick Williamsopenbmc:
431ee8ce24SPatrick Williams- name: Ed Tanous
441ee8ce24SPatrick Williams  email: ed@tanous.net
451ee8ce24SPatrick Williams  discord: edtanous
461ee8ce24SPatrick Williams- name: Patrick Williams
471ee8ce24SPatrick Williams  email: patrick@stwcx.xyz
481ee8ce24SPatrick Williams  discord: stwcx
495030d161SAndrew Adriance- name: Andrew Adriance
505030d161SAndrew Adriance  email: aadriance@nvidia.com
51*74e19197SKarthik Rajagopalan- name: Karthik Rajagopalan
52*74e19197SKarthik Rajagopalan  email: krajagopalan@nvidia.com
53