This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[www/bugzilla] PR 36739 Proposal for clarifications in GCC Bugzilla


The following patch simplifies the form to report bugs and explains
that a testcase may be added after filling the form.

I am not sure how to test such patch but if the form gets broken in
some way, we can always revert it.

OK to commit?

Manuel
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:26:24 -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:26:24 -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.
+

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]