1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <style type=
"text/css"> /* <![CDATA[ */
6 @import
"tigris-branding/css/tigris.css";
7 @import
"tigris-branding/css/inst.css";
9 <link rel=
"stylesheet" type=
"text/css" media=
"print"
10 href=
"tigris-branding/css/print.css"/>
11 <script type=
"text/javascript" src=
"tigris-branding/scripts/tigris.js"></script>
12 <title>cvs2svn Issue Tracker
</title>
18 <!-- jump to issue form: -->
20 <table border=
"0" cellspacing=
"0" cellpadding=
"3">
23 <form method=
"get" action=
"http://cvs2svn.tigris.org/issues/show_bug.cgi">
25 <input name=
"id" size=
"6" tabindex=
"1" />
26 <input value=
"Jump to issue" tabindex=
"2" type=
"submit" />
33 <h1>cvs2svn Issue Tracker
</h1>
35 <h2>Issue Tracker Guidelines
</h2>
38 <p>We welcome bug reports and enhancement requests. However, to make
39 the process of prioritizing cvs2svn tasks easier, we ask that you
40 follow a few guidelines. Before filing an issue in the Issue
44 <li>Look through the
<a
45 href=
"http://cvs2svn.tigris.org/issues/buglist.cgi?component=cvs2svn"
46 >existing issues
</a> to determine if your concern has already
47 been noted by someone else.
</li>
48 <li>Make sure that you've read the appropriate documentation (for
50 href=
"http://svn.collab.net/repos/cvs2svn/trunk/README">README
</a>)
51 to verify that you are using the software appropriately, and to
52 determine if any problems you are seeing are perhaps not real bugs.
</li>
53 <li>Send email to the dev list (
<a
54 href=
"mailto:dev@cvs2svn.tigris.org">dev@cvs2svn.tigris.org
</a>)
55 fully describing the enhancement or bug that brought you here
56 today. That will give the maintainers a chance to ask you
57 questions, confirm that it is a bug, explain the behavior, etc.
</li>
61 <h2>What the Fields Mean
</h2>
63 <p>When an issue is first filed, it automatically goes in the
64 <b>"---"</b> milestone, meaning it is unscheduled. A developer will
65 examine it and maybe talk to other developers, then estimate the bug's
66 severity, the effort required to fix it, and schedule it in a numbered
67 milestone, for example
<b><a
68 href=
"http://cvs2svn.tigris.org/issues/buglist.cgi?target_milestone=1.0"
69 >1.0</a></b>. (Or they may put it the
<b><a
70 href=
"http://cvs2svn.tigris.org/issues/buglist.cgi?target_milestone=future"
71 >future
</a></b> or
<b><a
72 href=
"http://cvs2svn.tigris.org/issues/buglist.cgi?target_milestone=no%20milestone"
73 >no
milestone
</a></b> milestones, if they consider it tolerable for all currently planned releases.)
76 <p> An issue filed in
<b>future
</b> might still get fixed soon, if
77 some committer decides they want it done. Putting it in
<b>future
</b>
78 merely means we're not planning to block any particular release on
82 Severity is represented in the
<b>Priority
</b> field. Here is how
83 priority numbers map to severity:
88 <li><b>P1:
</b> <i>Prevents work from getting done, causes data
89 loss, or BFI (
"Bad First Impression" -- too embarrassing for
90 a public release).
</i>
93 <li><b>P2:
</b> <i>Workaround required to get stuff done.
</i>
96 <li><b>P3:
</b> <i>Like P2, but rarely encountered in normal usage.
</i>
99 <li><b>P4:
</b> <i>Developer concern only, API stability or
100 cleanliness issue.
</i>
103 <li><b>P5:
</b> <i>Nice to fix, but in a pinch we could live with it.
</i>
109 Effort Required is sometimes represented in the
<b>Status
110 Whiteboard
</b> with an
"<b>e number</b>", which is the average of the
111 most optimistic and most pessimistic projections for number of
112 engineer/days needed to fix the bug. The e number always comes first,
113 so we can sort on the field, but we include the actual spread after
114 it, so we know when we're dealing with a wide range. For example
115 "<b>e2.5 (2 / 3)</b>" is not quite the same as
116 "<b>e2.5 (1 / 4)</b>"!
119 <h2>Enter the Issue Tracker
</h2>
121 <p>And so, with further ado, we give you (drumroll
…)
<a
122 href=
"http://cvs2svn.tigris.org/servlets/ProjectIssues">the cvs2svn
123 Issue Tracker
</a>.
</p>