1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Contributing
============
The "Inline-C" 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 URL is:
https://github.com/ingydotnet/inline-c-pm
You can get the code with this command:
git clone https://github.com/ingydotnet/inline-c-pm
If you've found a bug or a missing feature that you would like the author to
know about, report it here:
https://github.com/ingydotnet/inline-c-pm/issues
or fix it and submit a pull request here:
https://github.com/ingydotnet/inline-c-pm/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/Zilla::Dist::Contributing
for up-to-date instructions on what contributors like yourself need to know to
use it.
IRC
---
Inline-C has an IRC channel where you can find real people to help you:
irc.perl.org#inline
Join the channel. Join the team!
Electronic Mailing List
-----------------------
Inline-C has an email discussion list:
inline@perl.org
Thanks in advance,
# This file generated by Zilla-Dist-0.1.5
|