github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/website/source/community/index.html.markdown (about) 1 --- 2 layout: "community" 3 page_title: "Community" 4 --- 5 6 # Community 7 8 Packer is a new project with a growing community. Despite this, there are 9 dedicated users willing to help through various mediums. 10 11 **IRC:** `#packer-tool` on Freenode. 12 13 **Mailing List:** [Packer Google Group](http://groups.google.com/group/packer-tool) 14 15 **Bug Tracker:** [Issue tracker on GitHub](https://github.com/mitchellh/packer/issues). 16 Please only use this for reporting bugs. Do not ask for general help here. Use IRC 17 or the mailing list for that. 18 19 ## People 20 21 The following people are some of the faces behind Packer. They each contribute 22 to Packer in some core way. Over time, faces may appear and disappear from this 23 list as contributors come and go. 24 25 <div class="people"> 26 <div class="person"> 27 <img class="pull-left" src="http://www.gravatar.com/avatar/54079122b67de9677c1f93933ce8b63a.png?s=125"> 28 <div class="bio"> 29 <h3>Mitchell Hashimoto (<a href="https://github.com/mitchellh">@mitchellh</a>)</h3> 30 <p> 31 Mitchell Hashimoto is the creator of Packer. He developed the 32 core of Packer as well as the Amazon, VirtualBox, and VMware 33 builders. In addition to Packer, Mitchell is the creator of 34 <a href="http://www.vagrantup.com">Vagrant</a>. He is self 35 described as "automation obsessed." 36 </p> 37 </div> 38 </div> 39 40 <div class="person"> 41 <img class="pull-left" src="http://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125"> 42 <div class="bio"> 43 <h3>Jack Pearkes (<a href="https://github.com/pearkes">@pearkes</a>)</h3> 44 <p> 45 <a href="http://jack.ly/">Jack Pearkes</a> created and maintains the DigitalOcean builder 46 for Packer. Outside of Packer, Jack is an avid open source 47 contributor and software consultant.</p> 48 </div> 49 </div> 50 51 <div class="person"> 52 <img class="pull-left" src="http://www.gravatar.com/avatar/2f7fc9cb7558e3ea48f5a86fa90a78da.png?s=125"> 53 <div class="bio"> 54 <h3>Mark Peek (<a href="https://github.com/markpeek">@markpeek</a>)</h3> 55 <p> 56 In addition to Packer, Mark Peek helps maintain 57 various open source projects such as 58 <a href="https://github.com/cloudtools">cloudtools</a> and 59 <a href="https://github.com/ironport">IronPort Python libraries</a>. 60 Mark is also a <a href="https://FreeBSD.org">FreeBSD committer</a>.</p> 61 </div> 62 </div> 63 64 <div class="clearfix"></div> 65 </div>