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

[% IF cgi.param('contract_type') == 'Engaging an individual (independent contractor, temp agency worker, incorporated)' %]
>> Independent Contractor Questions

Is this someone we've worked with before?
[%+ cgi.param('independent_contractor_prev_work') %]

[% IF cgi.param('independent_contractor_prev_work') == 'Yes' %]
If yes, enter the [% terms.bug %] number for the previous work or note that this is a former employee:
[%+ terms.Bug +%] [%+ cgi.param('independent_contractor_prev_work_bug') %]
[% END %]

Has this person incorporated (sole proprietorship or similar form)?
[%+ cgi.param('independent_contractor_incorporated') %]

Will the person be engaged through a staffing agency?
[%+ cgi.param('independent_contractor_staff_agency') %]

Does the person have other clients?
[%+ cgi.param('independent_contractor_other_clients') %]

Does the person provide services similar to a paid Mozilla employee?
[%+ cgi.param('independent_contractor_dupe_services') %]

[% IF cgi.param('independent_contractor_dupe_services') == 'Yes' %]
If yes, is the person primarily being engaged due to a temporary increase in workload or as backfill for an employee on leave?
[%+ cgi.param('independent_contractor_dupe_services_temp') %]
[% END %]

Will the person be managing his or her own time?
[%+ cgi.param('independent_contractor_self_manage') %]

Will the person be using his or her own equipment?
[%+ cgi.param('independent_contractor_own_equipment') %]

Will the person be regularly working at a Mozilla facility?
[%+ cgi.param('independent_contractor_mozilla_facility') %]

Will the person be supervising Mozilla employees?
[%+ cgi.param('independent_contractor_supervising') %]
[% END %]

>> Contract Specific Questions

Vendor/Contractor/Partner Name:
[%+ cgi.param('other_party') %]

[% IF cgi.param('contract_type') == 'Engaging a new vendor company'
      || cgi.param('contract_type') == 'Engaging an individual (independent contractor, temp agency worker, incorporated)'
      || cgi.param('contract_type') == 'Adding a new SOW with a vendor' %]
>> SOW Details

Vendor Address:
[%+ cgi.param('sow_vendor_address') %]

Vendor Email for Legal Notices:
[%+ cgi.param('sow_vendor_email') %]

Mozilla Contact:
[%+ cgi.param('sow_vendor_mozcontact') %]

Vendor Contact and Email Address:
[%+ cgi.param('sow_vendor_contact') %]

Vendor Services to be Provided:
[%+ cgi.param('sow_vendor_services') %]

Access to Mozilla Systems Required:
[%+ cgi.param('sow_vendor_mozilla_systems') %]

[% IF cgi.param('sow_vendow_mozilla_systems') == 'Yes' %]
Mozilla Systems Access Explanation:
[%+ cgi.param('sow_vendor_mozilla_systems_explain') %]
[% END %]

Vendor Onsite at Mozilla Location:
[%+ cgi.param('sow_vendor_onsite') %]

[% IF cgi.param('sow_vendor_onsite') == 'Yes' %]
Where and When Vendor will be Onsite:
[%+ cgi.param('sow_vendor_onsite_where') %]
[% END %]

Description of Deliverables:
[%+ cgi.param('sow_vendor_deliverables') %]

Start Date:
[%+ cgi.param('sow_start_date') %]

End Date:
[%+ cgi.param('sow_end_date') %]

Rate of Pay:
[%+ cgi.param('sow_vendor_payment') %]

Basis for Payment:
[%+ cgi.param('sow_vendor_payment_basis') %]

Cap on reimbursement expenses:
[%+ cgi.param('sow_vendor_cap_expenses') %]

Average/Maximum Hours:
[%+ cgi.param('sow_vendor_hours') %]

Payment Schedule:
[%+ cgi.param('sow_vendor_payment_schedule') %]

Total Not to Exceed Amount:
[%+ cgi.param('sow_vendor_total_max') %]

Any Special Terms:
[%+ cgi.param('sow_vendor_special_terms') || 'None' %]

Where will the services be provided?:
[%+ cgi.param('vendor_services_where') %]
[% END %]