forked from inspec/inspec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS.toml
47 lines (39 loc) · 1.21 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
[Preamble]
title = "Maintainers"
text = """
This file lists how the InSpec project is maintained. When making changes to the
system, this file tells you who needs to review your patch - you need at least
two maintainers 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.Components]
title = "Components"
[Org.Components.InSpec]
title = "InSpec"
text = """
Handles the [InSpec](https://github.com/chef/inspec) toolset.
"""
team = "inspec-maintainers"
lieutenant = "arlimus"
maintainers = [
"chris-rock",
"adamleff",
"alexpop"
]
[people]
[people.arlimus]
Name = "Dominik Richter"
GitHub = "arlimus"
[people.chris-rock]
Name = "Christoph Hartmann"
GitHub = "chris-rock"
[people.adamleff]
Name = "Adam Leff"
GitHub = "adamleff"
[people.alexpop]
Name = "Alex Pop"
GitHub = "alexpop"