OWNERS (2479c2547a307d23f0d367e6d6c334c97816bc4a) OWNERS (0ea75ec9efb7ffacb88f63e38fa7823fe8b124a7)
1# OWNERS
2# ------
3#
4# The OWNERS file maintains the list of individuals responsible for various
5# parts of this repository, including code review and approval. We use the
6# Gerrit 'owners' plugin, which consumes this file, along with some extra
7# keywords for our own purposes and tooling.
8#

--- 6 unchanged lines hidden (view full) ---

15#
16# The owners file is YAML and has [up to] 4 top-level keywords.
17# * owners: A list of individuals who have approval authority on the
18# repository.
19#
20# * reviewers: A list of individuals who have requested review notification
21# on the repository.
22#
1# OWNERS
2# ------
3#
4# The OWNERS file maintains the list of individuals responsible for various
5# parts of this repository, including code review and approval. We use the
6# Gerrit 'owners' plugin, which consumes this file, along with some extra
7# keywords for our own purposes and tooling.
8#

--- 6 unchanged lines hidden (view full) ---

15#
16# The owners file is YAML and has [up to] 4 top-level keywords.
17# * owners: A list of individuals who have approval authority on the
18# repository.
19#
20# * reviewers: A list of individuals who have requested review notification
21# on the repository.
22#
23# * matches: A list of specific file/path matches for granular 'owners' and
23# * matchers: A list of specific file/path matches for granular 'owners' and
24# 'reviewers'. See 'owners' plugin documentation.
25#
26# * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
27# - name: preferred name of the individual.
28# - email: preferred email address of the individual.
29# - discord: Discord nickname of the individual.
30#
31# It is expected that these 4 sections will be listed in the order above and
32# data within them will be kept sorted.
33
34owners:
35- geissonator@yahoo.com
36- joel@jms.id.au
37
38reviewers:
39- andrew@aj.id.au
40- msbarth@linux.ibm.com
41
24# 'reviewers'. See 'owners' plugin documentation.
25#
26# * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
27# - name: preferred name of the individual.
28# - email: preferred email address of the individual.
29# - discord: Discord nickname of the individual.
30#
31# It is expected that these 4 sections will be listed in the order above and
32# data within them will be kept sorted.
33
34owners:
35- geissonator@yahoo.com
36- joel@jms.id.au
37
38reviewers:
39- andrew@aj.id.au
40- msbarth@linux.ibm.com
41
42matches:
42matchers:
43
44openbmc:
45- name: Andrew Geissler
46 email: geissonator@yahoo.com
47 discord: geissonator
48- name: Andrew Jeffery
49 email: andrew@aj.id.au
50 discord: arj
51- name: Joel Stanley
52 email: joel@jms.id.au
53 discord: joel
54- name: Matthew Barth
55 email: msbarth@linux.ibm.com
56 discord: msbarth
43
44openbmc:
45- name: Andrew Geissler
46 email: geissonator@yahoo.com
47 discord: geissonator
48- name: Andrew Jeffery
49 email: andrew@aj.id.au
50 discord: arj
51- name: Joel Stanley
52 email: joel@jms.id.au
53 discord: joel
54- name: Matthew Barth
55 email: msbarth@linux.ibm.com
56 discord: msbarth