summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-01 16:52:36 +0200
committerDylan William Hardison <dylan@hardison.net>2018-04-01 16:52:36 +0200
commitab229b9a828b77f8a3b9ce215f0dfed4c84d4ae5 (patch)
tree483da9c8b66f4444bb8a410e3d599c7484ad721e /extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl
parentdaa2d6b1c40354ecce0e48e6c5ee686efe642c4b (diff)
parent2f8b999750cc700faf03c6aee1c53d1fc4df767f (diff)
downloadbugzilla-ab229b9a828b77f8a3b9ce215f0dfed4c84d4ae5.tar.gz
bugzilla-ab229b9a828b77f8a3b9ce215f0dfed4c84d4ae5.tar.xz
Merge branch 'master' into unstable
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl47
1 files changed, 0 insertions, 47 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl
deleted file mode 100644
index b644ee469..000000000
--- a/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl
+++ /dev/null
@@ -1,47 +0,0 @@
-[%# 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 team are you are a part of?
-[%+ cgi.param("team_name") %]
-
->> Will your snippet need to appear in a language other than English?
-[%+ cgi.param("language").join(', ') %]
-
->> Does your snippet need to be targeted to a particular country?
-[%+ cgi.param("target_country") %]
-
->> Insert your tagged link here.
-[%+ cgi.param("tagged_link") %]
-
-[% IF cgi.param('start_run') %]
->> When would you like your snippet to start its run?
-[%+ cgi.param("start_run") %]
-
-[% END %]
-[% IF cgi.param('complete_run') %]
->> When would you like your snippet to complete its run?
-[%+ cgi.param("complete_run") %]
-
-[% END %]
->> Will you be able to provide the following assets for your snippet?
-[%+ cgi.param("snippet_assets").join(', ') %]
-
->> Your name?
-[%+ cgi.param("name") %]
-
->> E-mail?
-[%+ cgi.param("email") %]
-
->> Anything else you would like to add?
-[%+ cgi.param("else") %]
-
->> Who do you think is coolest?
-[%+ cgi.param("bonus") %]