forked from sous-chefs/git
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- This is a generated file. Please do not edit directly --> | ||
|
||
# Maintainers | ||
This file lists how this cookbook 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 Cookbooks are Maintained](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) | ||
for details on the process and how to become a maintainer or the project lead. | ||
|
||
# Project Maintainer | ||
* [Tim Smith](https://github.com/tas50) | ||
|
||
# Maintainers | ||
* [Jennifer Davis](https://github.com/sigje) | ||
* [Sean OMeara](https://github.com/someara) | ||
* [Tim Smith](https://github.com/tas50) | ||
* [Thom May](https://github.com/thommay) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# | ||
# 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 this cookbook 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 Cookbooks are Maintained](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) | ||
for details on the process and how to become a maintainer or the project lead. | ||
""" | ||
|
||
[Org] | ||
[Org.Components] | ||
[Org.Components.Core] | ||
title = "Project Maintainer" | ||
|
||
lieutenant = 'tas50' | ||
|
||
maintainers = [ | ||
'sigje', | ||
'someara', | ||
'tas50', | ||
'thommay' | ||
] | ||
|
||
[people] | ||
[people.sigje] | ||
name = "Jennifer Davis" | ||
github = "sigje" | ||
|
||
[people.someara] | ||
name = "Sean OMeara" | ||
github = "someara" | ||
|
||
[people.tas50] | ||
name = "Tim Smith" | ||
github = "tas50" | ||
|
||
[people.thommay] | ||
name = "Thom May" | ||
github = "thommay" |