open-consul/website/source/community.html.erb

68 lines
2.2 KiB
Plaintext
Raw Normal View History

2014-02-08 00:41:03 +00:00
---
page_title: "Community"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
<div class="bs-docs-section">
<h1>Community</h1>
<p>
2014-04-14 18:57:02 +00:00
Consul is a new project with a growing community. Despite this,
2014-02-08 00:41:03 +00:00
there are active, dedicated users willing to help you through various
mediums.
</p>
<p>
2014-04-14 18:57:02 +00:00
<strong>IRC:</strong> <code>#consul</code> on Freenode
2014-02-08 00:41:03 +00:00
</p>
<p>
<strong>Mailing list:</strong>
2014-04-14 19:19:28 +00:00
<a href="https://groups.google.com/group/consul-tool">Consul Google Group</a>
2014-02-08 00:41:03 +00:00
</p>
<p>
<strong>Bug Tracker:</strong>
2014-04-14 18:57:02 +00:00
<a href="https://github.com/hashicorp/consul/issues">Issue tracker
2014-02-08 00:41:03 +00:00
on GitHub</a>. Please only use this for reporting bugs. Do not ask
for general help here. Use IRC or the mailing list for that.
<h1>People</h1>
<p>
2014-04-14 18:57:02 +00:00
The following people are some of the faces behind Consul. They each
contribute to Consul in some core way. Over time, faces may appear and
2014-02-08 00:41:03 +00:00
disappear from this list as contributors come and go.
</p>
<div class="people">
<div class="person">
<img class="pull-left" src="http://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125">
<div class="bio">
<h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3>
<p>
Armon Dagar is the creator of Serf. He researched and developed
many of the internals of how Serf works, including the gossip
layer. Armon is also the creator of
<a href="https://github.com/armon/statsite">Statsite</a> and
<a href="https://github.com/armon/bloomd">Bloomd</a>.
</div>
</div>
<div class="person">
<img class="pull-left" src="http://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125">
<div class="bio">
<h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3>
<p>
Mitchell Hashimoto is the creator of Serf, and works on
all layers of Serf from the gossip layer up to the CLI. In addition
to Serf, Mitchell is the creator of
<a href="http://www.vagrantup.com">Vagrant</a> and
<a href="http://www.packer.io">Packer</a>. He is self described
as "automation obsessed."
</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>