github.com/diptanu/nomad@v0.5.7-0.20170516172507-d72e86cbe3d9/website/source/community.html.erb (about) 1 --- 2 layout: "inner" 3 page_title: "Community" 4 description: |- 5 Nomad is an open source project with a growing community. 6 --- 7 8 <h1>Community</h1> 9 10 <p> 11 Nomad 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>Gitter:</strong> <a href="https://gitter.im/hashicorp-nomad/Lobby">Nomad Gitter Room</a> 16 </p> 17 <p> 18 <strong>IRC:</strong> Use the <a href="https://irc.gitter.im">Gitter IRC bridge</a> 19 </p> 20 <p> 21 <strong>Mailing list:</strong> 22 <a href="https://groups.google.com/group/nomad-tool">Nomad Google Group</a> 23 </p> 24 <p> 25 <strong>Bug Tracker:</strong> 26 <a href="https://github.com/hashicorp/nomad/issues">Issue tracker 27 on GitHub</a>. Please only use this for reporting bugs. Do not ask 28 for general help here. Use IRC or the mailing list for that. 29 30 <h1>Community Tools</h1> 31 <p>These Nomad projects are created and managed by the amazing members of the Nomad community:</p> 32 <ul> 33 <li><a href="https://github.com/iverberk/nomad-ui">nomad-ui</a> - Nomad UI is a simple to deploy, web based UI for interacting with Nomad</li> 34 <li><a href="https://github.com/iverberk/jenkins-nomad">nomad-jenkins</a> - This project uses Nomad to provision new Jenkins build slaves based on workload</li> 35 </ul> 36 37 <h1>People</h1> 38 <p> 39 The following people are some of the faces behind Nomad. They each 40 contribute to Nomad in some core way. Over time, faces may appear and 41 disappear from this list as contributors come and go. In addition to 42 the faces below, Nomad is a project by 43 <a href="https://www.hashicorp.com">HashiCorp</a>, so many HashiCorp 44 employees actively contribute to Nomad. 45 </p> 46 <div class="people"> 47 48 <div class="person"> 49 <img class="pull-left" src="https://www.gravatar.com/avatar/11ba9630c9136eef9a70d26473d355d5.png?s=125"> 50 <div class="bio"> 51 <h3>Armon Dadgar (<a href="https://github.com/armon">@armon</a>)</h3> 52 <p> 53 Armon Dadgar is a creator of Nomad. He works on all aspects of Nomad, 54 focusing on core architecture. Armon is also an author or 55 core contributor to: 56 <a href="https://www.vaultproject.io">Vault</a>, 57 <a href="https://www.consul.io">Consul</a>, 58 <a href="https://www.serf.io">Serf</a>, 59 <a href="https://www.terraform.io">Terraform</a>, 60 and <a href="https://github.com/armon/statsite">Statsite</a>. 61 </p> 62 </div> 63 </div> 64 65 <div class="person"> 66 <img class="pull-left" src="https://www.gravatar.com/avatar/c55cecc94ea228ef48787481b2355575.png?s=125"> 67 <div class="bio"> 68 <h3>Ryan Uber (<a href="https://github.com/ryanuber">@ryanuber</a>)</h3> 69 <p> 70 Ryan Uber is a HashiCorp employee and core contributor to Nomad, with a 71 focus on the agent, API client, and command-line interface. Ryan is also 72 an active contributor to both <a href="https://www.consul.io">Consul</a> 73 and <a href="https://www.serf.io">Serf</a>. 74 </p> 75 </div> 76 </div> 77 78 <div class="person"> 79 <img class="pull-left" src="https://www.gravatar.com/avatar/bc8b1b69d830b589fbe36cfc89e55a78?s=125"> 80 <div class="bio"> 81 <h3>Alex Dadgar (<a href="https://github.com/dadgar">@dadgar</a>)</h3> 82 <p> 83 Alex is a HashiCorp employee and a core contributor to Nomad. He works on 84 resource isolation and Drivers, among other things. 85 </p> 86 </div> 87 </div> 88 89 <div class="person"> 90 <img class="pull-left" src="https://www.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca.png?s=125"> 91 <div class="bio"> 92 <h3>Clint Shryock (<a href="https://github.com/catsby">@catsby</a>)</h3> 93 <p> 94 Clint Shryock is a HashiCorp employee and core developer on Nomad, 95 mostly focusing on Drivers and Fingerprinters. Mostly. Clint is also 96 a core developer on <a href="https://www.terraform.io">Terraform</a>, and 97 contributes to <a href="https://www.packer.io">Packer</a>. 98 </p> 99 </div> 100 </div> 101 102 <div class="person"> 103 <img class="pull-left" src="https://avatars3.githubusercontent.com/u/649798?v=3&s=125"> 104 <div class="bio"> 105 <h3>Chris Bednarski (<a href="https://github.com/cbednarski">@cbednarski</a>)</h3> 106 <p> 107 Chris works at HashiCorp where he helps build Nomad and 108 <a href="https://www.packer.io">Packer</a>, making sure all 109 parts of the stack play nice together. Chris created 110 <a href="https://github.com/cbednarski/hostess">Hostess</a>. 111 </p> 112 </div> 113 </div> 114 115 <div class="person"> 116 <img class="pull-left" src="https://pbs.twimg.com/profile_images/621788193642278912/CbESlBsV.jpg"> 117 <div class="bio"> 118 <h3>Jonathan Thomas - JT (<a href="https://github.com/captainill">@captainill</a>)</h3> 119 <p> 120 JT is an employee at Hashicorp where he works on the identity of all the open source projects. 121 JT will take the designs and cut up responsive HTML/CSS for each project. 122 </p> 123 </div> 124 </div> 125 126 <div class="clearfix"></div> 127 </div>