Unverified Commit a892868b authored by Julius Volz's avatar Julius Volz Committed by GitHub

Merge pull request #950 from prometheus/add-governance

Add governance
parents 3ab50c4d 0209c352
......@@ -66,7 +66,8 @@ compile '*' do
if item[:kind] == 'article'
layout 'blog'
else
layout 'docs'
# TODO(mr): separate layout selection from Markdown handling
layout item[:layout] || 'docs'
end
elsif item[:extension] == 'css'
# don’t filter stylesheets
......
......@@ -55,11 +55,13 @@ title: Community
<h1>Project Governance</h1>
<p>
Prometheus is an independent open-source project and not controlled by
any single company. To emphasize this and clarify our governance
structure, we joined the
any single company. To emphasize this we joined the
<a href="https://cncf.io/">Cloud Native Computing Foundation</a> in 2016.
</p>
<a href="https://cncf.io/"><img class="orig-size" src="/assets/cncf_logo.png"></a>
<p>
Within the project, we make decisions based on <a href="/governance/">these rules</a>.
</p>
<h1>Code of Conduct</h1>
<p>
......
This diff is collapsed.
<%= render 'header' %>
<div class="container">
<div class="row">
<div class="col-md-12 doc-content">
<%= yield %>
</div>
</div>
<%= render 'container_footer' %>
</div>
<%= render 'footer' %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment