From 2fe5b8de1e9d06482aa76303e7342bc6605700ea Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 18 Apr 2015 15:03:28 +0000 Subject: YAML-1.15 --- CONTRIBUTING | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 CONTRIBUTING (limited to 'CONTRIBUTING') diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..7a83fe4 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,60 @@ +Contributing +============ + +The "YAML" 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/yaml-pm + +You can get the code with this command: + + git clone https://github.com/ingydotnet/yaml-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/yaml-pm/issues + +or fix it and submit a pull request here: + + https://github.com/ingydotnet/yaml-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 +--- + +YAML has an IRC channel where you can find real people to help you: + + irc.perl.org#yaml + +Join the channel. Join the team! + + + Thanks in advance, + + + + + +# This file generated by Zilla-Dist-0.0.192 -- cgit v1.2.1