summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-11-23 15:25:36 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-11-23 15:25:36 +0100
commitaad9a94d7da97d68f4d4289ae93d2665dedfd98e (patch)
tree1baeda284157f38229ab5a3e88da78a619d54080 /extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl
parent10bf6d405accfa7ccfb9aac816b8c54d9e5d86d5 (diff)
downloadbugzilla-aad9a94d7da97d68f4d4289ae93d2665dedfd98e.tar.gz
bugzilla-aad9a94d7da97d68f4d4289ae93d2665dedfd98e.tar.xz
Bug 1264821 - We want to replace the project kick-off form with a contract request form
Diffstat (limited to 'extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl')
-rw-r--r--extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl42
1 files changed, 42 insertions, 0 deletions
diff --git a/extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl b/extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl
new file mode 100644
index 000000000..9b880af06
--- /dev/null
+++ b/extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl
@@ -0,0 +1,42 @@
+[%# 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.
+ #%]
+>> Initial Questions
+
+Description:
+[%+ cgi.param('comment') %]
+
+Key Initiative:
+[%+ cgi.param('key_initiative') == 'Other' ? cgi.param('key_initiative_other') : cgi.param('key_initiative') %]
+
+Mozilla Data:
+[%+ cgi.param('mozilla_data') %]
+
+[% IF cgi.param('mozilla_data') == 'Yes' %]
+Mozilla Data Explanation:
+[%+ cgi.param('mozilla_data_explain') %]
+[% END %]
+
+Type of Contract:
+[%+ cgi.param('contract_type') %]
+
+Vendor Cost:
+[%+ cgi.param('vendor_cost') %]
+
+Time Frame For Completion:
+[%+ cgi.param('timeframe') %]
+
+Priority:
+[%+ cgi.param('contract_priority') %]
+
+Internal Organization:
+[%+ cgi.param('internal_org') %]
+
+[% IF cgi.param('total_cost') %]
+Total Cost:
+[%+ cgi.param('total_cost') %]
+[% END %]