forked from chef/supermarket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS.toml
56 lines (48 loc) · 1.63 KB
/
MAINTAINERS.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#
# This file is structured to be consumed by both humans and computers.
# It is a TOML document containing Markdown
#
[Preamble]
title = "Maintainers"
text = """
This file lists how the Chef project is maintained. When making changes to the system, this
file tells you who needs to review your patch - you need a simple majority of maintainers
for the relevant subsystems to provide a :+1: on your pull request. Additionally, you need
to not receive a veto from a Lieutenant or the Project Lead.
Check out [How Chef is Maintained](https://github.com/chef/chef-rfc/blob/master/rfc030-maintenance-policy.md#how-the-project-is-maintained) for details on the process, how to become
a maintainer, lieutenant, or the project lead.
"""
[Org]
[Org.Lead]
title = "Project Lead"
person = "nathenharvey"
[Org.Components]
title = "Components"
[Org.Components.Rails]
title = "Rails Application"
text = """
The core Supermarket application is a Rails application. This component manages this Rails application.
"""
lieutenant = "nellshamrell"
maintainers = [
"robbkidd"
]
[Org.Components.OmnibusSupermarket]
title = "Omnibus Supermarket Application"
text = """
Supermarket is packaged in an Omnibus package to allow easy deploy with all required services included.
"""
lieutenant = "nellshamrell"
maintainers = [
"robbkidd"
]
[people]
[people.nathenharvey]
Name = "Nathen Harvey"
GitHub = "nathenharvey"
[people.nellshamrell]
Name = "Nell Shamrell-Harrington"
GitHub = "nellshamrell"
[people.robbkidd]
Name = "Robb Kidd"
GitHub = "robbkidd"