summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-08-13 02:59:31 +0200
committerDylan William Hardison <dylan@hardison.net>2016-08-13 02:59:31 +0200
commit806f97062f7b45516d7b564b5f943d7353cbd946 (patch)
tree147682d900db5be4834f9bc8b5a4af6eeff8a2d5 /extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl
parentae24301210daff35e5fc93313d8d4c13890fa0df (diff)
downloadbugzilla-806f97062f7b45516d7b564b5f943d7353cbd946.tar.gz
bugzilla-806f97062f7b45516d7b564b5f943d7353cbd946.tar.xz
Re-applying Bug 1292907 to test staging weirdness.
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl39
1 files changed, 39 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl
new file mode 100644
index 000000000..f14d40a29
--- /dev/null
+++ b/extensions/BMO/template/en/default/bug/create/comment-name-clearance.txt.tmpl
@@ -0,0 +1,39 @@
+[%# 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 %]
+
+>>Business unit requesting the search
+[%+ cgi.param("business_unit") %]
+
+>>Describe the thing you are naming
+[%+ cgi.param("description") %]
+
+>>If available, link to more info (Google doc, wiki page, etc)
+[%+ cgi.param("more_info_link") || 'None' %]
+
+>>What is your first choice for the name?
+[%+ cgi.param("name_choice") %]
+
+>>What are your 2nd & 3rd choices if #1 isn’t available?
+[%+ cgi.param("other_choices") %]
+
+>>Has the brand team been involved in the naming process?
+[%+ cgi.param("brand_team_involved") %]
+
+>>Are other companies using this name?
+[%+ cgi.param("other_company_name") %]
+
+[% IF cgi.param("other_company_name") == "Yes" %]
+>> If yes, tell us which companies and how their use of the name is different from yours.
+[%+ cgi.param("other_companies") %]
+
+[% END %]
+>>Anything else you want us to know?
+[%+ cgi.param("extra_info") %]