-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
104 lines (93 loc) · 3.57 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The CPAN Pull Request Challenge</title>
<link rel=stylesheet type="text/css" href="cpan-prc.css">
</head>
<body>
<h1>The CPAN Pull Request Challenge</h1>
<div class=frame>
<div class=topic>
<a href="about.html"><h2>About</h2></a>
<p>Each month a CPAN distribution is assigned to you.
You have one month to submit at least one pull request.</p>
<p style="text-align: right;">
<a href="http://neilb.org/2015/12/30/cpan-prc-2016.html">[more]</a>
</p>
</div>
<div class=topic>
<h2>Assignments</h2>
<table class="assignments">
<tr>
<td><a href="2018/january.html">January</a></td>
<td><a href="2018/february.html">February</a></td>
<td><a href="2018/march.html">March</a></td>
</tr>
<tr>
<td><a href="2018/april.html">April</a></td>
<td><a href="2018/may.html">May</a></td>
<td><a href="2018/june.html">June</a></td>
</tr>
<tr>
<td><a href="2018/july.html">July</a></td>
<td><a href="2018/august.html">August</a></td>
<td><a href="2018/september.html">September</a></td>
</tr>
<tr>
<td><a href="2018/october.html">October</a></td>
<td><a href="2018/november.html">November</a></td>
<td><a href="2018/december.html">December</a></td>
</tr>
<tr>
<td colspan=3>
<a href="2015/index.html">2015</a>
•
<a href="2016/index.html">2016</a>
•
<a href="2017/index.html">2017</a>
•
<a href="2018/index.html">2018</a>
</td>
</tr>
</table>
</div>
<div class=topic>
<h2>Candidates</h2>
<p>Which distributions (with github repos) haven't been assigned yet, and their score.</p>
<p><a href="prc-scores.html">Score table</a></p>
</div>
<div class=topic>
<h2>Community</h2>
<p><strong>IRC:</strong> Hang out with other PR challengers on <a href="http://irc.perl.org">irc.perl.org</a>#pr-challenge
(<a href="http://irclog.perlgeek.de/pr-challenge/today">Chat logs</a>)</p>
<p><strong>Mailing list:</strong> Subscribe via blank email to <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class=topic>
<h2>Help</h2>
<p>Things to help with your pull request:</p>
<ul>
<li><a href="https://github.com/CPAN-PRC/resources/wiki/Pull-Request-Ideas">Ideas for things to do</a></li>
<li><a href="https://github.com/CPAN-PRC/resources/wiki/My-first-Pull-Request">Making a pull request</a></li>
<li><a href="http://neilb.org/2015/04/27/increasing-merge-likelihood.html">Improving merge probability</a></li>
</ul>
</div>
<div class=topic>
<h2>Sign up!</h2>
<p>At the moment the 2016 challenge is invite-only,
for reasons explained in <a href="http://neilb.org/2015/12/30/cpan-prc-2016.html"
>the announcement</a>.
<p>Hopefully it will eventually be open for all-comers.</p>
<!-- <p>Email your github username (and your PAUSE id if you have one) to neil at bowers dot com</p> -->
</div>
<div class=topic>
<h2>The hit list</h2>
<p>
CPAN distributions that don't have a github repo, and so won't be assigned in the challenge.
Maybe you can help get one of them on github?
</p>
<p><a href="hitlist.html">The hit list</a></p>
</div>
</div>
</body>
</html>