blob: f4f8013429285e513a8a02ef39a5d15487aab183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[% PROCESS global/header.html.tmpl
title = "Upgrade Permissions"
%]
<h3>How to apply for upgraded permissions</h3>
<p>
If you want <kbd>canconfirm</kbd>, you can add it yourself using
the <a href="page.cgi?id=triage_request.html">triage request form</a>.
</p>
[% editbugs = "enter_bug.cgi?assigned_to=nobody%40mozilla.org&bug_file_loc=http%3A%2F%2F&bug_ignored=0&bug_severity=normal&bug_status=NEW&cf_fx_iteration=---&cf_fx_points=---&component=Editbugs%20Requests&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&defined_groups=1&flag_type-4=X&flag_type-607=X&flag_type-791=X&flag_type-800=X&flag_type-803=X&flag_type-916=X&form_name=enter_bug&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Unspecified&priority=--&product=bugzilla.mozilla.org&rep_platform=Unspecified&target_milestone=---&version=Production" %]
<p>
If you want <kbd>editbugs</kbd>, open a
<a href="[% editbugs FILTER html %]">
new [% terms.bug %] requesting permissions
</a> with either:
<ul>
<li>
The URLs of two [% terms.bugs %] to which you have attached patches
or testcases; or
</li>
<li>
The URLs of the relevant comment on three [% terms.bugs %] which you
wanted to change, but couldn't, and so added a comment instead.
</li>
</ul>
</p>
<p>
<kbd>editbugs</kbd> implies <kbd>canconfirm</kbd>; there's no need to apply for both.
</p>
[% PROCESS global/footer.html.tmpl %]
|