mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
7c5a6e4b3e
Signed-off-by: Keka Ichinose <rikoomi@hotmail.com>
51 lines
1.3 KiB
TOML
51 lines
1.3 KiB
TOML
[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 = "btm"
|
|
|
|
maintainers = [
|
|
"clintoncwolfe",
|
|
"miah",
|
|
"zenspider"
|
|
]
|
|
|
|
[people]
|
|
[people.btm]
|
|
Name = "Bryan McLellan"
|
|
GitHub = "btm"
|
|
|
|
[people.clintoncwolfe]
|
|
Name = "Clinton Wolfe"
|
|
GitHub = "clintoncwolfe"
|
|
|
|
[people.miah]
|
|
Name = "Miah Johnson"
|
|
GitHub = "miah"
|
|
|
|
[people.zenspider]
|
|
Name = "Ryan Davis"
|
|
GitHub = "zenspider"
|
|
|
|
[people.kekaichinose]
|
|
Name = "Keka Ichinose"
|
|
GitHub = "kekaichinose"
|