Module: bugzilla Branch: master Commit: 1361de5cc5349794b2a31f77c1f597cdcd665f0e URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=1361de5cc5349794b2a31f...
Author: Jeff Zaroyko jeffz@jeffz.name Date: Sun Dec 14 14:56:44 2008 +1100
Make the bug reporting instructions more striking.
---
images/info.png | Bin 0 -> 7757 bytes template/en/default/bug/create/create.html.tmpl | 2 +- .../en/default/bug/create/user-message.html.tmpl | 16 +++++++++------- 3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/images/info.png b/images/info.png new file mode 100644 index 0000000..5e5fccc Binary files /dev/null and b/images/info.png differ diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index f1cf461..af92bb3 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -164,7 +164,7 @@ function handleWantsAttachment(wants_attachment) { <table cellspacing="2" cellpadding="0" border="0">
<tr> - <td> </td> + <td><img alt="information" src="images/info.png"></td> <td colspan="3"> [%# Migration note: The following file corresponds to the old Param # 'entryheaderhtml' diff --git a/template/en/default/bug/create/user-message.html.tmpl b/template/en/default/bug/create/user-message.html.tmpl index 1dbfa12..edbd704 100644 --- a/template/en/default/bug/create/user-message.html.tmpl +++ b/template/en/default/bug/create/user-message.html.tmpl @@ -30,10 +30,12 @@
[% PROCESS global/variables.none.tmpl %]
-Before reporting [% terms.abug %], please read the -<a href="http://wiki.winehq.org/Bugs"> -[% terms.bug %] writing guidelines</a>, please look at the list of -<a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a>, the -list of <a href="http://wiki.winehq.org/KnownIssues">known issues</a>, and please -<a href="query.cgi">search</a> for the [% terms.bug %] to avoid submitting a -duplicate report. +<h3><u>When reporting [% terms.abug %]</u></h3> +<ul> + <li>read the <a href="http://wiki.winehq.org/Bugs">[% terms.bug %] writing guidelines</a></li> + <li>check the list of <a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a></li> + <li>check the list of <a href="http://wiki.winehq.org/KnownIssues">known issues</a></li> + <li><a href="query.cgi">search</a> for the [% terms.bug %] to avoid submitting a duplicate report</li> + <li>run a <a href="http://wiki.winehq.org/RegressionTesting">regression test</a> <b>before</b> submitting a bug report about a regression</li> +</ul> +<h4>If in doubt - visit the <a href="http://forum.winehq.org">forum</a> or <a href="irc://irc.freenode.net/#winehq">IRC</a> to ask for help.</h4>