xref: /openbmc/webui-vue/OWNERS (revision 46d7a1fc)
115cee709SManojkiran Eda# OWNERS
215cee709SManojkiran Eda# ------
315cee709SManojkiran Eda#
415cee709SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
515cee709SManojkiran Eda# parts of this repository, including code review and approval.  We use the
615cee709SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
715cee709SManojkiran Eda# keywords for our own purposes and tooling.
815cee709SManojkiran Eda#
915cee709SManojkiran Eda# For details on the configuration used by 'owners' see:
1015cee709SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
1115cee709SManojkiran Eda#
1215cee709SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
1315cee709SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
1415cee709SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
1515cee709SManojkiran Eda#
1615cee709SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
1715cee709SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
1815cee709SManojkiran Eda#     repository.
1915cee709SManojkiran Eda#
2015cee709SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
2115cee709SManojkiran Eda#     on the repository.
2215cee709SManojkiran Eda#
23*46d7a1fcSPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
2415cee709SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
2515cee709SManojkiran Eda#
2615cee709SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
2715cee709SManojkiran Eda#     - name: preferred name of the individual.
2815cee709SManojkiran Eda#     - email: preferred email address of the individual.
2915cee709SManojkiran Eda#     - discord: Discord nickname of the individual.
3015cee709SManojkiran Eda#
3115cee709SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
3215cee709SManojkiran Eda# data within them will be kept sorted.
3315cee709SManojkiran Eda
3415cee709SManojkiran Edaowners:
3515cee709SManojkiran Eda- dixsie@ibm.com
3615cee709SManojkiran Eda- gmills@linux.vnet.ibm.com
3715cee709SManojkiran Eda
3815cee709SManojkiran Edareviewers:
3915cee709SManojkiran Eda
40*46d7a1fcSPatrick Williamsmatchers:
4115cee709SManojkiran Eda
4215cee709SManojkiran Edaopenbmc:
4315cee709SManojkiran Eda- name: Dixsie Wolmers
4415cee709SManojkiran Eda  email: dixsie@ibm.com
4515cee709SManojkiran Eda  discord: Dixsie
4615cee709SManojkiran Eda- name: Gunnar Mills
4715cee709SManojkiran Eda  email: gmills@linux.vnet.ibm.com
4815cee709SManojkiran Eda  discord: GunnarM
49