xref: /openbmc/openbmc-build-scripts/OWNERS (revision 2612b36b)
12479c254SManojkiran Eda# OWNERS
22479c254SManojkiran Eda# ------
32479c254SManojkiran Eda#
42479c254SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
52479c254SManojkiran Eda# parts of this repository, including code review and approval.  We use the
62479c254SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
72479c254SManojkiran Eda# keywords for our own purposes and tooling.
82479c254SManojkiran Eda#
92479c254SManojkiran Eda# For details on the configuration used by 'owners' see:
102479c254SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
112479c254SManojkiran Eda#
122479c254SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
132479c254SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
142479c254SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
152479c254SManojkiran Eda#
162479c254SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
172479c254SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
182479c254SManojkiran Eda#     repository.
192479c254SManojkiran Eda#
202479c254SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
212479c254SManojkiran Eda#     on the repository.
222479c254SManojkiran Eda#
23fe7f5d91SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
242479c254SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
252479c254SManojkiran Eda#
262479c254SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
272479c254SManojkiran Eda#     - name: preferred name of the individual.
282479c254SManojkiran Eda#     - email: preferred email address of the individual.
292479c254SManojkiran Eda#     - discord: Discord nickname of the individual.
302479c254SManojkiran Eda#
312479c254SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
322479c254SManojkiran Eda# data within them will be kept sorted.
332479c254SManojkiran Eda
342479c254SManojkiran Edaowners:
352479c254SManojkiran Eda- geissonator@yahoo.com
362479c254SManojkiran Eda- joel@jms.id.au
377d23896bSPatrick Williams- patrick@stwcx.xyz
382479c254SManojkiran Eda
392479c254SManojkiran Edareviewers:
40*2612b36bSAndrew Jeffery- andrew@codeconstruct.com.au
412479c254SManojkiran Eda
420ea75ec9SPatrick Williamsmatchers:
432479c254SManojkiran Eda
442479c254SManojkiran Edaopenbmc:
452479c254SManojkiran Eda- name: Andrew Geissler
462479c254SManojkiran Eda  email: geissonator@yahoo.com
472479c254SManojkiran Eda  discord: geissonator
482479c254SManojkiran Eda- name: Andrew Jeffery
49*2612b36bSAndrew Jeffery  email: andrew@codeconstruct.com.au
502479c254SManojkiran Eda  discord: arj
512479c254SManojkiran Eda- name: Joel Stanley
522479c254SManojkiran Eda  email: joel@jms.id.au
532479c254SManojkiran Eda  discord: joel
547d23896bSPatrick Williams- name: Patrick Williams
557d23896bSPatrick Williams  email: patrick@stwcx.xyz
567d23896bSPatrick Williams  discord: stwcx
57