[bugzilla] replace generic severity descriptions with wine specific ones

Lei Zhang thestig at google.com
Tue Sep 11 13:31:09 CDT 2007


Hi,

This is for bug 9110. Hopefully bug reporters will stop marking their
bugs as critical and then get upset when we set it to normal.
-------------- next part --------------
From afb203143a6fd3ec4e0cbe60ac89f86e869cad36 Mon Sep 17 00:00:00 2001
From: Lei Zhang <thestig at stumpy.smo.corp.google.com>
Date: Tue, 11 Sep 2007 11:29:11 -0700
Subject: [PATCH] [bugzilla] replace generic severity descriptions with wine specific ones
---
 template/en/default/pages/fields.html.tmpl |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 6b77f8b..4dfabf8 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -211,33 +211,39 @@ This field describes the impact of [% te
   <tr>
     <th>Blocker</th>
 
-    <td>Blocks development and/or testing work</td>
+    <td>When Wine won't start at all for any application, and there's no work
+    around</td>
   </tr>
 
   <tr>
     <th>Critical</th>
 
-    <td>crashes, loss of data, severe memory leak</td>
+    <td>When Wine won't start at all for any application, but there's a work
+    around</td>
   </tr>
 
   <tr>
     <th>Major</th>
 
-    <td>major loss of function</td>
+    <td>For a problem that is affecting most applications you run in Wine</td>
+  </tr>
+
+  <tr>
+    <th>Normal</th>
+
+    <td>For an application crash</td>
   </tr>
 
   <tr>
     <th>Minor</th>
 
-    <td>minor loss of function, or other problem where easy
-    workaround is present</td>
+    <td>For a small glitch that affects running of a program</td>
   </tr>
 
   <tr>
     <th>Trivial</th>
 
-    <td>cosmetic problem like misspelled words or misaligned
-    text</td>
+    <td>For a UI glitch that doesn't affect running of a program</td>
   </tr>
 
   <tr>
-- 
1.4.1



More information about the wine-patches mailing list