------- Comment #4 from manu at gcc dot gnu dot org  2009-08-06 14:30 -------
The proposed patch simplifies and clarifies the form for reporting bugs,
however, I am not sure how to test it. Andrew, do you see any problem with it?

Index: template/en/default/bug/create/create.html.tmpl
===================================================================
RCS file:
/cvs/gcc/wwwdocs/bugzilla/template/en/default/bug/create/create.html.tmpl,v
retrieving revision 1.5
diff -u -r1.5 create.html.tmpl
--- template/en/default/bug/create/create.html.tmpl     2 Oct 2005 03:06:35
-0000       1.5
+++ template/en/default/bug/create/create.html.tmpl     6 Aug 2009 14:25:20
-0000
@@ -188,6 +188,7 @@
     <td colspan="3"></td>
   </tr>

+[% IF 0 %]
   <tr>
 [% IF bug_status.size <= 1 %]
   <input type="hidden" name="bug_status"
@@ -200,6 +201,7 @@
 [% END %]
     <td colspan="2"></td>
   </tr>
+[% END %]

   <tr>
     <td align="right">
@@ -273,7 +275,7 @@
     <td colspan="3"></td>
   </tr>
 [% END %]
-
+[% IF 0 %]
   <tr>
     <td align="right"<strong>Host triplet:</strong></td>
     <td colspan="3">
@@ -295,6 +297,7 @@
              value="[% gccbuild FILTER html %]" />
     </td>
   </tr>
+[% END %]
 [% IF 0 %]
   <tr>
     <td align="right"><strong>URL:</strong></td>
Index: template/en/default/bug/create/user-message.html.tmpl
===================================================================
RCS file:
/cvs/gcc/wwwdocs/bugzilla/template/en/default/bug/create/user-message.html.tmpl,v
retrieving revision 1.5
diff -u -r1.5 user-message.html.tmpl
--- template/en/default/bug/create/user-message.html.tmpl       21 Feb 2008
21:40:27 -0000      1.5
+++ template/en/default/bug/create/user-message.html.tmpl       6 Aug 2009
14:25:20 -0000
@@ -30,11 +30,20 @@

 [% PROCESS global/variables.none.tmpl %]

-Before reporting [% terms.abug %], please read the
+Before reporting [% terms.abug %], please <strong>read the
 <a href="http://gcc.gnu.org/bugs.html";>
-[% terms.bug %] writing guidelines</a>, please look at the list of
+[% terms.bug %] writing guidelines</a></strong>, please look at the list of
 <a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a>, and
please
 <a href="query.cgi">search</a> for the [% terms.bug %].

 There is also a list of <a
 href="http://gcc.gnu.org/bugs.html#known";>known [% terms.bugs %]</a>.
+
+<br><br>It is highly recommended that
+you <strong><a href="http://gcc.gnu.org/bugs.html";>add a
+testcase</a></strong>. If the testcase is small enough (under 25
+lines), you may just paste it in the "Description" field of this
+form. Otherwise, you may add the testcase by using the "Create a new
+Attachment" link on the [% terms.bug %] page created after filling
+this form.
+


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36739

Reply via email to