The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Contributing
============

The "[% name %]" Project needs your help!

Please consider being a contributor. This file contains instructions that will
help you be an effective contributor to the Project.

GitHub
------

The code for this Project is hosted at GitHub. The repository is:

  [% devel.git %]

You can get the code with this command:

  git clone [% devel.git %]

If you've found a bug or a missing feature that you would like the author to
know about, report it here:

  [% devel.bug %]

or fix it and submit a pull request here:

  [% devel.git _ '/pulls' %]

See these links for help on interacting with GitHub:

* https://help.github.com/
* https://help.github.com/articles/creating-a-pull-request

Zilla::Dist
-----------

This Project uses Zilla::Dist to prepare it for publishing to CPAN. Read:

  https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist/Contributing.pod

for up-to-date instructions on what contributors like yourself need to know to
use it.
[% IF devel.irc -%]

IRC
---

[% name %] has an IRC channel where you can find real people to help you:

  [% devel.irc %]

Join the channel. Join the team!
[%END -%]
[% IF devel.eml -%]

Electronic Mailing List
-----------------------

[% name %] has an email discussion list:

  [% devel.eml %]
[%END -%]


    Thanks in advance, [% author.name %]