diff options
author | Thom May <thom@chef.io> | 2015-04-27 11:57:16 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-06-09 10:25:53 +0100 |
commit | 8e5ed128bdf9f04957b046a8ea03828d7d7f4266 (patch) | |
tree | 690bad4e157bdb5be20cfacc9ebe1f309e2b6671 /MAINTAINERS.md | |
parent | 8d4e9d44995d6f7de5a0b681616ed8241e39ece3 (diff) | |
download | chef-8e5ed128bdf9f04957b046a8ea03828d7d7f4266.tar.gz |
Generate a text version of MAINTAINERS
Diffstat (limited to 'MAINTAINERS.md')
-rw-r--r-- | MAINTAINERS.md | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000000..6318b50ce7 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,131 @@ +<!-- This is a generated file. Please do not edit directly --> + +# Maintainers + +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/opscode/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. + +# Project Lead + +* [Adam Jacob](https://github.com/adamhjk) + +## Components + +## Chef Core + +Handles the core parts of the Chef DSL, base resource and provider +infrastructure, and the Chef applications. Includes anything not covered by +another component. + +### Lieutenant + +* [Thom May](https://github.com/thommay) + +### Maintainers + +* [Bryan McLellan](https://github.com/btm) +* [Daniel DeLeo](https://github.com/danielsdeleo) +* [AJ Christensen](https://github.com/fujin) +* [Phil Dibowitz](https://github.com/jaymzh) +* [Jay Mundrawala](https://github.com/jdmundrawala) +* [Jon Cowie](https://github.com/jonlives) +* [Lamont Granquist](https://github.com/lamont-granquist) +* [Steven Murawski](https://github.com/smurawski) +* [Tyler Ball](https://github.com/tyler-ball) +* [Ranjib Dey](https://github.com/ranjib) + +## Dev Tools + +Chef Zero, Knife, Chef Apply and Chef Shell. +### Maintainers + +* [Daniel DeLeo](https://github.com/danielsdeleo) +* [Joshua Timberman](https://github.com/jtimberman) +* [Lamont Granquist](https://github.com/lamont-granquist) +* [Steven Danna](https://github.com/stevendanna) + +## Test Tools + +ChefSpec +### Lieutenant + +* [Seth Vargo](https://github.com/sethvargo) + +### Maintainers + +* [Joshua Timberman](https://github.com/jtimberman) +* [Lamont Granquist](https://github.com/lamont-granquist) +* [Ranjib Dey](https://github.com/ranjib) + +## Platform Specific Components + +The specific components of Chef related to a given platform - including (but not limited to) resources, providers, and the core DSL. + +## Enterprise Linux + +### Lieutenant + +* [Jon Cowie](https://github.com/jonlives) + +### Maintainers + +* [Phil Dibowitz](https://github.com/jaymzh) +* [Lamont Granquist](https://github.com/lamont-granquist) + +## Ubuntu + +### Maintainers + +* [Lamont Granquist](https://github.com/lamont-granquist) +* [Ranjib Dey](https://github.com/ranjib) +* [Thom May](https://github.com/thommay) + +## Windows + +### Lieutenant + +* [Bryan McLellan](https://github.com/btm) + +### Maintainers + +* [Jay Mundrawala](https://github.com/jdmundrawala) +* [Steven Murawski](https://github.com/smurawski) + +## Solaris + +### Maintainers + +* [Lamont Granquist](https://github.com/lamont-granquist) + +## AIX + +### Maintainers + +* [Lamont Granquist](https://github.com/lamont-granquist) + +## Mac OS X + +### Lieutenant + +* [Joshua Timberman](https://github.com/jtimberman) + +### Maintainers + +* [Tyler Ball](https://github.com/tyler-ball) + +## FreeBSD + +### Lieutenant + +* [Aaron Kalin](https://github.com/martinisoft) + +### Maintainers + +* [Cory Stephenson](https://github.com/Aevin1387) +* [David Aronsohn](https://github.com/tbunnyman) + |