Module: bugzilla Branch: master Commit: badf99ca5eab035b9c027c86a5c5bf86eb002f8c URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=badf99ca5eab035b9c027c...
Author: Lei Zhang thestig@google.com Date: Sat Mar 15 11:08:27 2008 -0700
bugzilla: add link from enter bugs page to known issues page
Hi,
Bugs that have been closed no longer show up in the duplicate statistics. This is one of the possible reasons for some duplicate bugs. We list these issues on the known issues page in the wiki, so we should link to it from the enter bugs page.
From 5b95f95a4c1bb22778a9a2e9a625f82e860c4fbf Mon Sep 17 00:00:00 2001
From: Lei Zhang thestig@google.com Date: Sat, 15 Mar 2008 11:06:13 -0700 Subject: [PATCH] bugzilla: add link from enter bugs page to known issues page
---
.../en/default/bug/create/user-message.html.tmpl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/template/en/default/bug/create/user-message.html.tmpl b/template/en/default/bug/create/user-message.html.tmpl index fddc31f..1dbfa12 100644 --- a/template/en/default/bug/create/user-message.html.tmpl +++ b/template/en/default/bug/create/user-message.html.tmpl @@ -33,6 +33,7 @@ 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>, and please +<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.