~ubuntu-branches/ubuntu/quantal/commons-csv/quantal

« back to all changes in this revision

Viewing changes to src/site/xdoc/issue-tracking.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan-Pascal van Best
  • Date: 2007-07-27 09:45:30 UTC
  • Revision ID: james.westby@ubuntu.com-20070727094530-iy6ls22i7yj3p0sg
Tags: upstream-0.1-SNAPSHOT+svn558885
ImportĀ upstreamĀ versionĀ 0.1-SNAPSHOT+svn558885

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
Licensed to the Apache Software Foundation (ASF) under one or more
 
4
contributor license agreements.  See the NOTICE file distributed with
 
5
this work for additional information regarding copyright ownership.
 
6
The ASF licenses this file to You under the Apache License, Version 2.0
 
7
(the "License"); you may not use this file except in compliance with
 
8
the License.  You may obtain a copy of the License at
 
9
 
 
10
     http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
Unless required by applicable law or agreed to in writing, software
 
13
distributed under the License is distributed on an "AS IS" BASIS,
 
14
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
See the License for the specific language governing permissions and
 
16
limitations under the License.
 
17
-->
 
18
<document>
 
19
 <properties>
 
20
  <title>Issue tracking</title>
 
21
  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
 
22
 </properties>
 
23
<body>
 
24
<!-- ================================================== -->
 
25
<section name="Issue tracking">
 
26
<p>
 
27
  Commons CSV uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for for tracking issues.
 
28
  See the <a href="http://issues.apache.org/jira/browse/SANDBOX">Sandbox JIRA project page</a>.
 
29
</p>
 
30
<p>
 
31
  To use JIRA you may need to <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
 
32
  (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically
 
33
  created and you can use the <a href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
 
34
  page to get a new password).
 
35
</p>
 
36
<p>
 
37
  If you would like to report a bug, or raise an enhancement request with
 
38
  Commons CSV please do the following:
 
39
</p>
 
40
<ol>
 
41
  <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
 
42
  If you find your issue listed then please add a comment with your details.</li>
 
43
  <li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
 
44
  You may find your issue or idea has already been discussed.</li>
 
45
  <li>Decide if your issue is a bug or an enhancement.</li>
 
46
  <li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311182&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
 
47
  or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311182&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
 
48
</ol>
 
49
<p>
 
50
  Please also remember these points:
 
51
</p>
 
52
<ul>
 
53
  <li>the more information you provide, the better we can help you</li>
 
54
  <li>test cases are vital, particularly for any proposed enhancements</li>
 
55
  <li>the developers of Commons CSV are all unpaid volunteers</li>
 
56
</ul>
 
57
<p>
 
58
  For more information on subversion and creating patches see the
 
59
  <a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
 
60
</p>
 
61
<p>
 
62
  You may also find these links useful:
 
63
</p>
 
64
<ul>
 
65
  <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">All Open CSV bugs</a></li>
 
66
  <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved CSV bugs</a></li>
 
67
  <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC">All CSV bugs</a></li>
 
68
</ul>
 
69
</section>
 
70
<!-- ================================================== -->
 
71
</body>
 
72
</document>