summaryrefslogtreecommitdiff
path: root/CBGB.toml
diff options
context:
space:
mode:
authorNathen Harvey <nharvey@chef.io>2016-01-21 12:43:27 -0500
committerNathen Harvey <nharvey@chef.io>2016-01-21 12:43:27 -0500
commitd85f059458b9c039d01e4cc4d5072f52af97f3b2 (patch)
tree10ccf7870be734cfe13f7eda35cd81f3ddf2c0c5 /CBGB.toml
parent1e746d158f00859933bf3cd0e2bedc0768c1e727 (diff)
downloadchef-d85f059458b9c039d01e4cc4d5072f52af97f3b2.tar.gz
Add CBGB to the repository
Includes rake task to generate markdown from toml
Diffstat (limited to 'CBGB.toml')
-rw-r--r--CBGB.toml96
1 files changed, 96 insertions, 0 deletions
diff --git a/CBGB.toml b/CBGB.toml
new file mode 100644
index 0000000000..07e9c9a25a
--- /dev/null
+++ b/CBGB.toml
@@ -0,0 +1,96 @@
+#
+# This file is structured to be consumed by both humans and computers.
+# It is a TOML document containing Markdown
+#
+[Preamble]
+ title = "Chef Board of Governance (CBGB)"
+ text = """
+ Chef was designed from the outset to have a very open structure, including open design, open contribution, and consistent use of tools across the project. Given the large numbers of contributors, users, and companies with a stake in the future of the project, Chef leadership has established an advisory board, as part of its long term commitment to open governance.
+
+ The Chef Board of Governance (CBGB) shall advise the Leadership on matters related to supporting the long-term governance, structure, and roadmap of the Project.
+
+More information can be found in the [Chef Board of Governance RFC](Chef Board of Governance).
+"""
+
+[Org]
+ [Org.Lead]
+ title = "Project Lead"
+ person = "adamhjk"
+
+ [Org.Contributors]
+ title = "Users/Contributors (4)"
+ governers = [
+ "ranjibdey",
+ "dougireton",
+ "coderanger",
+ "charitymajors"
+ ]
+
+ [Org.Corporate-Contributors]
+ title = "Corporate Contributors (4)"
+ governers = [
+ "etsy",
+ "facebook",
+ "nordstrom",
+ "pagerduty"
+ ]
+
+ [Org.Lieutenants]
+ title = "Lieutenants (3)"
+ governers = [
+ "jonlives",
+ "jtimberman",
+ "sethvargo"
+ ]
+
+[people]
+ [people.adamhjk]
+ Name = "Adam Jacob"
+ GitHub = "adamhjk"
+ IRC = "holoway"
+
+ [people.jonlives]
+ Name = "Jon Cowie"
+ GitHub = "jonlives"
+ IRC = "jonlives"
+
+ [people.coderanger]
+ Name = "Noah Kantrowitz"
+ GitHub = "coderanger"
+
+ [people.jtimberman]
+ Name = "Joshua Timberman"
+ GitHub = "jtimberman"
+
+ [people.ranjibdey]
+ Name = "Ranjib Dey"
+ GitHub = "ranjib"
+
+ [people.sethvargo]
+ Name = "Seth Vargo"
+ GitHub = "sethvargo"
+
+ [people.dougireton]
+ Name = "Doug Ireton"
+ GitHub = "dougireton"
+
+ [people.charitymajors]
+ Name = "Charity Majors"
+ GitHub = "charity"
+
+[corporations]
+ [corporations.etsy]
+ Name = "Etsy"
+ Person = "Katherine Daniels"
+
+ [corporations.facebook]
+ Name = "Facebook"
+ Person = "Phil Dibowitz"
+
+ [corporations.nordstrom]
+ Name = "Nordstrom"
+ Person = "Mark Ayers"
+
+ [corporations.pagerduty]
+ Name = "PagerDuty"
+ Person = "Evan Gilman"