Skip to content

Commit d030030

Browse files
committed
Shamelessly steal the support section from commons lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1592616 13f79535-47bb-0310-9956-ffa450edef68
1 parent ac1e5a4 commit d030030

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,21 @@ for (CSVRecord record : records) {
4141
<p>You can build the component using Apache Maven. For example: mvn clean package.</p>
4242
</section>
4343

44-
<section name="Reporting bugs">
45-
<p>Please report any bugs or issues in the Commons CSV Jira project at <a href="http://issues.apache.org/jira/browse/CSV">http://issues.apache.org/jira/browse/CSV</a>. Please ask any questions or suggest any ideas for improvement on the commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
44+
<!-- ================================================== -->
45+
<section name="Support">
46+
<p>
47+
The <a href="mail-lists.html">commons mailing lists</a> act as the main support forum.
48+
The user list is suitable for most library usage queries.
49+
The dev list is intended for the development discussion.
50+
Please remember that the lists are shared between all commons components,
51+
so prefix your email by [csv].
52+
</p>
53+
<p>
54+
Bug reports and enhancements are also welcomed via the <a href="issue-tracking.html">JIRA</a> issue tracker.
55+
Please read the instructions carefully.
56+
</p>
4657
</section>
58+
<!-- ================================================== -->
4759

4860
<section name="About Commons CSV">
4961
<p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. There are three pre-existing BSD compatible CSV parsers which this component will hopefully make redundant (authors willing): </p>

0 commit comments

Comments
 (0)