summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-mozpr.txt.tmpl
blob: 6cbc038cf9ca08333ad66ff842877e46d2735275 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[%# 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 +%]
[% PROCESS global/variables.none.tmpl +%]

      Project Title: [% cgi.param("short_desc") %]

Project Description and Scope:
[%+ cgi.param("desc") %]

== Timings

         Start Date: [% cgi.param("start_date") %]
  Announcement Date: [% cgi.param("announce_date") %]
  Internal Deadline: [% cgi.param("cf_due_date") %]

== Owners

   Project PR Owner: [% cgi.param("pr_owner") %]
[%~ " " _ cgi.param("pr_owner_other") IF cgi.param("pr_owner") == "Other:" %]
      Project Owner: [% cgi.param("owner") %]

== RASCI

        Responsible: [% cgi.param("rasci_r") || "-" %]
           Approver: [% cgi.param("rasci_a") %]
          Supporter: [% cgi.param("rasci_s") || "-" %]
         Consultant: [% cgi.param("rasci_c") || "-" %]
           Informed: [% cgi.param("rasci_i") || "-" %]

== Details

               Tier: [% cgi.param("tier") %]
        PR Approach: [% cgi.param("pr_approach") %]
Product Group Focus: [% cgi.param("group_focus") %]
[%~ " " _ cgi.param("group_focus_other") IF cgi.param("group_focus") == "Other:" %]
             Region: [% cgi.param("region") %]
[%~ " " _ cgi.param("region_other") IF cgi.param("region") == "Other:" %]

== Goals, Audience, and Messages

Project Goals:
[%+ cgi.param("project_goals") %]

PR Goals:
[%+ cgi.param("pr_goals") %]

Company Goal: [% cgi.param("company_goal") %]

Audiences:
[% FOREACH audience = cgi.param("audience") %]
  - [% audience %]
[% " " _ cgi.param("audience_other") IF audience == "Other:" %]
[% END %]

Key Messages:
[%+ cgi.param("key_messages") %]
[% IF cgi.param("proj_mat_online") %]

== Project Materials - Online Documentation

        Description: [% cgi.param("proj_mat_online_desc") %]
               Link: [% cgi.param("proj_mat_online_link") %]
[% END %]
[% IF cgi.param("proj_mat_file") %]

== Project Materials - Attached

        Description: [% cgi.param("proj_mat_file_desc") %]
          File Name: [% cgi.param("proj_mat_file_attach") %]
[% END %]
[% IF cgi.param("pr_mat_online") %]

== PR Project Materials - Online Documentation

        Description: [% cgi.param("pr_mat_online_desc") %]
               Link: [% cgi.param("pr_mat_online_link") %]
[% END %]
[% IF cgi.param("pr_mat_file") %]

== PR Project Materials - Attached

        Description: [% cgi.param("pr_mat_file_desc") %]
          File Name: [% cgi.param("pr_mat_file_attach") %]
[% END %]

== Requirements

   Metrica Coverage: [% cgi.param("metrica") %]
[% IF cgi.param("press_center") %]

Press Center Update:
[% FOREACH option = cgi.param("press_center") %]
  - [% option %]
[% " " _ cgi.param("press_center_other") IF option == "Other:" %]
[% END %]
[% END %]
[% IF cgi.param("resources") || cgi.param("internal_resources") %]

 Internal Resources:
[% " " _ cgi.param("resources") IF cgi.param("resources") %]
[% FOREACH option = cgi.param("internal_resources") %]
  - [% option %]
[% " " _ cgi.param("internal_resources_other") IF option == "Other:" %]
[% END %]
[% END %]
[% IF cgi.param("resources") || cgi.param("external_resources") %]

 External Resources:
[% FOREACH option = cgi.param("external_resources") %]
  - [% option %]
[% " " _ cgi.param("external_resources_other") IF option == "Other:" %]
[% END %]
[% END %]

       Localization: [% cgi.param("localization") %]
[%~ " " _ cgi.param("localization_other") IF cgi.param("localization") == "Other:" %]

== Budget

             Budget: [% cgi.param("budget") %]
[%~ " " _ cgi.param("budget_extra") IF cgi.param("budget") == "Extra" %]