github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/community.html.erb (about)

     1  ---
     2  layout: "inner"
     3  page_title: "Community"
     4  description: |-
     5    Otto is an open source project with a growing community.
     6  ---
     7  
     8  <h1>Community</h1>
     9  
    10  <p>
    11  Otto is an open source project with a growing community. There are
    12  active, dedicated users willing to help you through various mediums.
    13  </p>
    14  <p>
    15  <strong>IRC:</strong> <code>#otto-tool</code> on Freenode
    16  </p>
    17  <p>
    18  <strong>Mailing list:</strong>
    19  <a href="https://groups.google.com/group/otto-tool">Otto Google Group</a>
    20  </p>
    21  <p>
    22  <strong>Bug Tracker:</strong>
    23  <a href="https://github.com/hashicorp/otto/issues">Issue tracker
    24  	on GitHub</a>. Please only use this for reporting bugs. Do not ask
    25  for general help here. Use IRC or the mailing list for that.
    26  
    27  <h1>People</h1>
    28  <p>
    29  The following people are some of the faces behind Otto. They each
    30  contribute to Otto in some core way. Over time, faces may appear and
    31  disappear from this list as contributors come and go. In addition to
    32  the faces below, Otto is a project by
    33  <a href="https://www.hashicorp.com">HashiCorp</a>, so many HashiCorp
    34  employees actively contribute to Otto.
    35  </p>
    36  <div class="people">
    37  	<div class="person">
    38  		<img class="pull-left" src="https://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125">
    39  		<div class="bio">
    40  			<h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3>
    41  			<p>
    42  			Mitchell Hashimoto is the creator of Otto. In addition to Otto,
    43  			Mitchell is the creator of
    44  			<a href="https://www.vagrantup.com">Vagrant</a>,
    45  			<a href="https://www.packer.io">Packer</a>,
    46  			<a href="https://www.consul.io">Consul</a>,
    47  			<a href="https://www.terraform.io">Terraform</a>,
    48  			<a href="https://www.vaultproject.io">Vault</a>, and
    49  			<a href="https://www.nomadproject.io">Nomad</a>.
    50  			</p>
    51  		</div>
    52  	</div>
    53  
    54  	<div class="person">
    55  		<img class="pull-left" src="https://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125">
    56  		<div class="bio">
    57  			<h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3>
    58  			<p>
    59  			Armon Dadgar is a creator of Otto.
    60  			Armon is also the creator of
    61  			<a href="https://www.consul.io">Consul</a>,
    62  			<a href="https://www.serfdom.io">Serf</a>,
    63  			<a href="https://www.terraform.io">Terraform</a>, and
    64  			<a href="https://www.nomadproject.io">Nomad</a>.
    65  			Armon contributes to Otto primarily through feature ideas,
    66  			code review, and compatibility with other projects.
    67  			</p>
    68  		</div>
    69  	</div>
    70  
    71  	<div class="person">
    72  		<img class="pull-left" src="https://www.gravatar.com/avatar/2fafdc19b0f7248e9a1e1e07d5a8b678.jpg?s=125">
    73  		<div class="bio">
    74  			<h3>Paul Hinze (<a href="https://github.com/phinze">@phinze</a>)</h3>
    75  			<p>
    76  			Paul Hinze is an Otto core committer. Paul is an employee of HashiCorp
    77  			and the
    78  			<a href="https://www.terraform.io">Terraform</a>
    79  			project's lead engineer.
    80  			He also works on
    81  			<a href="https://www.vagrantup.com">Vagrant</a> and
    82  			<a href="https://www.packer.io">Packer</a>.
    83  			</p>
    84  		</div>
    85  	</div>
    86  
    87  	<div class="clearfix"></div>
    88  </div>