~ubuntu-branches/ubuntu/hardy/bugzilla/hardy-security

« back to all changes in this revision

Viewing changes to votehelp.html

  • Committer: Bazaar Package Importer
  • Author(s): Rémi Perrot
  • Date: 2004-04-02 01:13:32 UTC
  • Revision ID: james.westby@ubuntu.com-20040402011332-hxrg0n2szimd7d25
Tags: upstream-2.16.5
Import upstream version 2.16.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html>
 
3
<!--
 
4
     The contents of this file are subject to the Mozilla Public
 
5
     License Version 1.1 (the "License"); you may not use this file
 
6
     except in compliance with the License. You may obtain a copy of
 
7
     the License at http://www.mozilla.org/MPL/
 
8
    
 
9
     Software distributed under the License is distributed on an "AS
 
10
     IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
11
     implied. See the License for the specific language governing
 
12
     rights and limitations under the License.
 
13
    
 
14
     The Original Code is the Bugzilla Bug Tracking System.
 
15
    
 
16
     The Initial Developer of the Original Code is Netscape Communications
 
17
     Corporation. Portions created by Netscape are
 
18
     Copyright (C) 1998 Netscape Communications Corporation. All
 
19
     Rights Reserved.
 
20
    
 
21
     Contributor(s): 
 
22
 
 
23
     Contributor(s): Terry Weissman <terry@mozilla.org>
 
24
-->
 
25
<head>
 
26
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
27
<title>Bugzilla Voting</title>
 
28
</head>
 
29
 
 
30
<body>
 
31
<h1>Bugzilla Voting</h1>
 
32
 
 
33
<p>
 
34
Bugzilla has a "voting" feature.  Each product allows users to have a
 
35
certain number of votes.  (Some products may not allow any, which
 
36
means you can't vote on things in that product at all.) With your
 
37
vote, you indicate which bugs you think are the most important to be
 
38
fixed.
 
39
</p>
 
40
 
 
41
<p>
 
42
Depending on how the administrator has configured the relevant
 
43
product, you may be able to vote for the same bug more than one time.
 
44
But remember, you only have so many votes to use in total!  So, you
 
45
can either vote a little for many bugs, or vote a lot for a few bugs.
 
46
</p>
 
47
 
 
48
<p>
 
49
To look at votes:
 
50
</p>
 
51
 
 
52
<ul>
 
53
  <li> Go to the query page.  Do a normal query, but enter 1 in the
 
54
       "At least ___ votes" field.  This will show you items that
 
55
       match your query that have at least one vote.</li>
 
56
</ul>
 
57
 
 
58
<p>
 
59
To vote for a bug:
 
60
</p>
 
61
 
 
62
<ul>
 
63
  <li> Bring up the bug in question.</li>
 
64
  <li> Click on the "Vote for this bug" link that appears just above
 
65
       the "Additional Comments" field.  (If no such link appears,
 
66
       then voting may not be allowed in this bug's product.)</li>
 
67
  <li> Indicate how many votes you want to give this bug.  This page
 
68
       also displays how many votes you've given to other bugs, so you
 
69
       may rebalance your votes as necessary.</li>
 
70
</ul>
 
71
 
 
72
<p>
 
73
You will automatically get email notifying you of any changes that
 
74
occur on bugs you vote for.
 
75
</p>
 
76
 
 
77
<p>
 
78
You may review your votes at any time by clicking on the "<a
 
79
href="votes.cgi?action=show_user">My Votes</a>" link in
 
80
the page footer.
 
81
</p>
 
82
</body>
 
83
</html>