Mercurial > p > roundup > code
diff doc/user_guide.txt @ 3650:77e067e64035
copy over status/priority descriptions from old overview doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Aug 2006 07:02:19 +0000 |
| parents | 4fd84dcfed33 |
| children | 790363e96852 |
line wrap: on
line diff
--- a/doc/user_guide.txt Wed Aug 09 05:42:51 2006 +0000 +++ b/doc/user_guide.txt Wed Aug 09 07:02:19 2006 +0000 @@ -2,7 +2,7 @@ User Guide ========== -:Version: $Revision: 1.32 $ +:Version: $Revision: 1.33 $ .. contents:: @@ -61,6 +61,31 @@ If an issue is closed, and a new message is received then it'll be reopened to the state of "chatting". +The full set of **prority** and **status** values are: + +=========== ===================================== +Priority Description +=========== ===================================== +"critical" panic: work is stopped! +"urgent" important, but not deadly +"bug" lost work or incorrect results +"feature" want missing functionality +"wish" avoidable bugs, missing conveniences +=========== ===================================== + +============= ===================================== +Status Description +============= ===================================== +"unread" submitted but no action yet +"deferred" intentionally set aside +"chatting" under review or seeking clarification +"need-eg" need a reproducible example of a bug +"in-progress" understood; development in progress +"testing" we think it's done; others, please test +"done-cbb" okay for now, but could be better +"resolved" fix has been released +============= ===================================== + Entering values in your Tracker -------------------------------
