From 2cb62213b7827ab66d8ca2dc3d3aadb84709f74d Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 25 Mar 2016 20:21:00 +0000 Subject: Bug 1253718 - CRM/Email request form --- .../en/default/bug/create/comment-crm.txt.tmpl | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 extensions/BMO/template/en/default/bug/create/comment-crm.txt.tmpl (limited to 'extensions/BMO/template/en/default/bug/create/comment-crm.txt.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/comment-crm.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-crm.txt.tmpl new file mode 100644 index 000000000..29967147e --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/comment-crm.txt.tmpl @@ -0,0 +1,55 @@ +[%# 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 %] + +>> What kind of relationships are you looking to develop? +[%+ cgi.param("relationship_development") %] + +>> What will you do with these relationships? +[%+ cgi.param("relationship_goal") %] + +>> In this a new email program request? +[%+ cgi.param("new_email_request") %] + +[% IF cgi.param("email_cadence") %] +>> Cadence of planned email engagement +[%+ cgi.param("email_cadence") %] + +[% END -%] + +>> What initiative does this support? +[%+ cgi.param("support_initiative") %] + +>> Do you currently have a way to solve for this? +[%+ cgi.param("solution") %] + +>> What are the pain points in the current process? +[%+ cgi.param("pain_points") %] + +>> What are the perceived benefits to changing the process? +[%+ cgi.param("benefits") %] + +>> How will success be measured? +[%+ cgi.param("kpis") %] + +>> What is the risk to not doing this? +[%+ cgi.param("risk") %] + +>> What does success look like? +[%+ cgi.param("success_outcome") %] + +>> How many people will need access to the CRM platform? +[%+ cgi.param("access_amount") %] + +>> How large is the data set? +[%+ cgi.param("data_size") %] + +>> When is this program needed? +[%+ cgi.param("cf_due_date") %] -- cgit v1.2.3-24-g4f1b