summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review.txt.tmpl
blob: 07d5fa5ad895cd6ec416d865e10e6bdf66a60024 (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
[%# 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.
  #%]

[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]

Initial Questions:

Project/Feature Name: [% cgi.param('short_desc') %]
Tracking [% terms.Bug %] ID:[% cgi.param('tracking_id') %]
Description:
[%+ cgi.param('description') %]
Additional Information:
[%+ cgi.param('additional') %]
Key Initiative: [% cgi.param('key_initiative') == 'Other'
                   ? cgi.param('key_initiative_other')
                   : cgi.param('key_initiative') %]
Release Date: [% cgi.param('release_date') %]
Project Status: [% cgi.param('project_status') %]
Mozilla Data: [% cgi.param('mozilla_data') %]
Mozilla Related: [% cgi.param('mozilla_related') %]
Separate Party: [% cgi.param('separate_party') %]
[% IF cgi.param('separate_party') == 'Yes' %]
Type of Relationship: [% cgi.param('relationship_type') %]
Data Access: [% cgi.param('data_access') %]
Privacy Policy: [% cgi.param('privacy_policy') %]
Vendor Cost: [% cgi.param('vendor_cost') %]
[% END %]