You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/xdoc/index.xml
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,18 @@ for (CSVRecord record : records) {
40
40
<p>The latest code can be checked out from our Subversion repository at <ahref="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
41
41
<p>You can build the component using Apache Maven. For example: mvn clean package.</p>
The <ahref="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [csv]. </p>
47
+
<p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <ahref="issue-tracking.html">JIRA</a>. Specific links of interest for JIRA are:</p>
48
+
<ul>
49
+
<li>Ideas looking for code: <ahref="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CSV%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%22Patch%20Needed%22">Patch Needed</a></li>
50
+
<li>Issues with patches, looking for reviews: <ahref="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CSV%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20Review">Review Patch</a></li>
51
+
</ul>
52
+
<p>Alternatively you can go through the <em>Needs Work</em> tags in the <ahref="taglist.html">TagList report</a>.</p>
53
+
<p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <ahref="https://github.com/apache/commons-csv/">GitHub mirror</a>. </p>
0 commit comments