forked from perlorg/perlweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
60 lines (56 loc) · 1.3 KB
/
contribute.html
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
[%
page.import({
title => 'Contribute to Perl',
section => 'contribute',
description
=> 'Developing Perl',
});
%]
<h2>Whatever your skill set or level you can get involved...</h2>
<h4>
Create your own module
</h4>
<ul>
<li>
<a href="http://www.cpan.org/misc/cpan-faq.html#How_contribute_modules">Contribute modules to CPAN</a>
</li>
</ul>
<h4>
Join and help the <a href="/community.html">community</a>
</h4>
<ul>
<li>
<a href="http://www.pm.org/">Join a Perl Mongers group</a>
</li>
<li>
<a href="http://www.pm.org/start/">Start a Perl Mongers group</a>
</li>
<li>
<a href="/community.html">Hang out on IRC</a>
</li>
</ul>
<h4>
Bugs, testing and reviews
</h4>
<ul>
<li>
<a href="http://rt.perl.org/perlbug/">Perl bugs</a>
</li>
<li>
<a href="http://perldoc.perl.org/perlbug.html">Perlbug</a> - reporting tool
</li>
<li>
<a href="http://cpanratings.perl.org/">Review and rate</a> - the CPAN modules you use
</li>
<li>
Become a <a href="http://cpantesters.org/">CPAN tester</a>
</li>
</ul>
<h4>
Perl 5 Core development
</h4>
<ul>
<li>
<a href="http://dev.perl.org/perl5/">Perl 5 Core development site</a>
</li>
</ul>