Module: bugzilla Branch: master Commit: fc80ef4b04fc62efe48ec453ae50395113ecdd6a URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=fc80ef4b04fc62efe48ec4...
Author: André Hentschel nerv@dawncrow.de Date: Mon Feb 3 21:40:42 2014 +0100
Simplify the bug filing steps.
---
template/en/default/index.html.tmpl | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-)
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index d560a82..d4b5c73 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -157,27 +157,10 @@ YAHOO.util.Event.onDOMReady(onLoadActions); until the cookie expires. </li> <li> - <a href="buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=REOPENED&cmdtype=doit&order=Bug+Number">View the Available bug list</a><br> - This list shows the submitted bugs that have not been assigned to anyone yet. - If you want to work on a bug, this is the place to start looking. + Read our <a href="http://wiki.winehq.org/Bugs">Guide</a> on filing bugs. </li> <li> - Make sure you are using the latest stable version or a build from - <a href="http://wiki.winehq.org/GitWine">Git</a>, if - similar bugs have recently been fixed and committed. - </li> - <li> - Read our tips on - <a href="http://wiki.winehq.org/Bugs">Bug hunting and support</a>. - </li> - <li>Read the - <a href="http://wiki.winehq.org/FAQ">FAQ</a> to be - sure your issue is not listed there. - </li> - <li> - <a href="enter_bug.cgi">Submit only unknown bugs</a><br> - Before you submit a bug, please make an attempt to see if it already exists, The - <a href="query.cgi">Find a Bug</a> link will perform advanced queries. + Submit a <a href="enter_bug.cgi">new bug</a>. </li> </ol>