xref: /openbmc/phosphor-time-manager/OWNERS (revision dc51e022)
1076f9eceSManojkiran Eda# OWNERS
2076f9eceSManojkiran Eda# ------
3076f9eceSManojkiran Eda#
4076f9eceSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
5076f9eceSManojkiran Eda# parts of this repository, including code review and approval.  We use the
6076f9eceSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
7076f9eceSManojkiran Eda# keywords for our own purposes and tooling.
8076f9eceSManojkiran Eda#
9076f9eceSManojkiran Eda# For details on the configuration used by 'owners' see:
10076f9eceSManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
11076f9eceSManojkiran Eda#
12076f9eceSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
13076f9eceSManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
14076f9eceSManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
15076f9eceSManojkiran Eda#
16076f9eceSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
17076f9eceSManojkiran Eda#   * owners: A list of individuals who have approval authority on the
18076f9eceSManojkiran Eda#     repository.
19076f9eceSManojkiran Eda#
20076f9eceSManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
21076f9eceSManojkiran Eda#     on the repository.
22076f9eceSManojkiran Eda#
2359cc2095SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
24076f9eceSManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
25076f9eceSManojkiran Eda#
26076f9eceSManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
27076f9eceSManojkiran Eda#     - name: preferred name of the individual.
28076f9eceSManojkiran Eda#     - email: preferred email address of the individual.
29076f9eceSManojkiran Eda#     - discord: Discord nickname of the individual.
30076f9eceSManojkiran Eda#
31076f9eceSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
32076f9eceSManojkiran Eda# data within them will be kept sorted.
33076f9eceSManojkiran Eda
34076f9eceSManojkiran Edaowners:
35076f9eceSManojkiran Eda- mine260309@gmail.com
36076f9eceSManojkiran Eda
37076f9eceSManojkiran Edareviewers:
385ce9ac0eSGeorge Liu- liuxiwei@ieisystem.com
39*52bcac73SPavithra Barithaya- pavithrabarithaya07@gmail.com
40076f9eceSManojkiran Eda
4159cc2095SPatrick Williamsmatchers:
42076f9eceSManojkiran Eda
43076f9eceSManojkiran Edaopenbmc:
44*52bcac73SPavithra Barithaya- name: Pavithra Barithaya
45*52bcac73SPavithra Barithaya  email: pavithrabarithaya07@gmail.com
46*52bcac73SPavithra Barithaya  discord: Pavithra B
475b38e644SGeorge Liu- name: George Liu
485ce9ac0eSGeorge Liu  email: liuxiwei@ieisystem.com
495b38e644SGeorge Liu  discord: George Liu
50076f9eceSManojkiran Eda- name: Lei Yu
51076f9eceSManojkiran Eda  email: mine260309@gmail.com
52076f9eceSManojkiran Eda  discord: LeiYU
53